Skip to content

Commit

Permalink
add change log and update wal version
Browse files Browse the repository at this point in the history
  • Loading branch information
roseduan committed Jun 13, 2023
1 parent cf69fa9 commit dd69b84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release 2.0.0(2023-06-13)
## 🚀 New Features
* Basic operations, `Put/Get/Delete/Exist` key value pairs.
* Batch operations, `Put/Get/Delete/Exist` key value pairs, and `Commit`.
* DB functions, `Open/Close/Sync/Stat`.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/hashicorp/go-immutable-radix/v2 v2.0.0
github.com/rosedblabs/wal v0.0.0-20230609110305-5178372aa6c3
github.com/rosedblabs/wal v0.0.0-20230613132443-b2f838c963e6
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rosedblabs/wal v0.0.0-20230609110305-5178372aa6c3 h1:Ar9/P7vtTeGNvzpHYs5qwXwNyfHr8a8V/En7qv2rhoA=
github.com/rosedblabs/wal v0.0.0-20230609110305-5178372aa6c3/go.mod h1:tYh0WapCkDQrID7PNsNHpsZDlkTczJVAFaTySmwaD7U=
github.com/rosedblabs/wal v0.0.0-20230613132443-b2f838c963e6 h1:kUT/eXoCyRH1WH/X+ccyLbo7XNn4VP5N0XYz1kA6ao4=
github.com/rosedblabs/wal v0.0.0-20230613132443-b2f838c963e6/go.mod h1:tYh0WapCkDQrID7PNsNHpsZDlkTczJVAFaTySmwaD7U=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
golang.org/x/exp v0.0.0-20221215174704-0915cd710c24 h1:6w3iSY8IIkp5OQtbYj8NeuKG1jS9d+kYaubXqsoOiQ8=
Expand Down

0 comments on commit dd69b84

Please sign in to comment.