Skip to content

Commit

Permalink
Prepare CHANGELOG for v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaong committed Jan 1, 2023
1 parent 94abc60 commit d95b0d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ releases](https://github.com/lucaong/cubdb/releases).
Since `v1.0.0`, `CubDB` follows [semantic versioning](https://semver.org), and
reports changes here.

## v2.0.2 (2023-01-01)

Bug fixes:

- Better exception in case of file errors (such as `:efbig`)

## v2.0.1 (2022-08-30)

Various bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

END OF TERMS AND CONDITIONS

Copyright 2022 Luca Ongaro
Copyright 2023 Luca Ongaro

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ For more details, read the [API documentation](https://hexdocs.pm/cubdb/CubDB.ht
```elixir
def deps do
[
{:cubdb, "~> 2.0.1"}
{:cubdb, "~> 2.0.2"}
]
end
```
Expand Down

0 comments on commit d95b0d3

Please sign in to comment.