Skip to content

Commit

Permalink
Update version -> v0.9.0-beta1, close #11
Browse files Browse the repository at this point in the history
  • Loading branch information
luposlip committed Mar 19, 2023
1 parent 9d63f8b commit 3cadc3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ All notable changes to this project will be documented in this file. This change

- Append documents (v1.0.0)

## [0.9.0-alpha7] - 2023-03-??
## [0.9.0-beta1] - 2023-03-19

### Added

- Support for CSV/TSV files as databases

### TODO

- Revamp documentation

## [0.9.0-alpha6] - 2023-03-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# nd-db

```clojure
[com.luposlip/nd-db "0.9.0-alpha7"]
[com.luposlip/nd-db "0.9.0-beta1"]
```

_Newline Delimited (read-only) Databases!_
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.luposlip/nd-db "0.9.0-alpha7"
(defproject com.luposlip/nd-db "0.9.0-beta1"
:description "Clojure library to use newline delimited files as fast read-only databases."
:url "https://github.com/luposlip/nd-db"
:license {:name "Apache License, Version 2.0"
Expand Down

0 comments on commit 3cadc3c

Please sign in to comment.