Skip to content

Commit d95b0d3

Browse files
committed
Prepare CHANGELOG for v2.0.2
1 parent 94abc60 commit d95b0d3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ releases](https://github.com/lucaong/cubdb/releases).
66
Since `v1.0.0`, `CubDB` follows [semantic versioning](https://semver.org), and
77
reports changes here.
88

9+
## v2.0.2 (2023-01-01)
10+
11+
Bug fixes:
12+
13+
- Better exception in case of file errors (such as `:efbig`)
14+
915
## v2.0.1 (2022-08-30)
1016

1117
Various bug fixes:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
Copyright 2022 Luca Ongaro
178+
Copyright 2023 Luca Ongaro
179179

180180
Licensed under the Apache License, Version 2.0 (the "License");
181181
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ For more details, read the [API documentation](https://hexdocs.pm/cubdb/CubDB.ht
150150
```elixir
151151
def deps do
152152
[
153-
{:cubdb, "~> 2.0.1"}
153+
{:cubdb, "~> 2.0.2"}
154154
]
155155
end
156156
```

0 commit comments

Comments
 (0)