File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v1.0.2
9
+
10
+ ### Fixed
11
+
12
+ - [ #5 ] [ 5 ] : Removed ` release_max_level_off ` feature flag.
13
+
14
+ [ 5 ] : https://github.com/khonsulabs/pot/issues/5
15
+
8
16
## v1.0.1
9
17
10
18
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pot"
3
- version = " 1.0.1 "
3
+ version = " 1.0.2 "
4
4
edition = " 2021"
5
5
description = " A concise binary serialization format written for `BonsaiDb`."
6
6
license = " MIT OR Apache-2.0"
@@ -15,9 +15,7 @@ default = []
15
15
[dependencies ]
16
16
serde = { version = " 1.0.136" , features = [" derive" ] }
17
17
thiserror = " 1.0.30"
18
- tracing = { version = " 0.1.30" , features = [
19
- " release_max_level_off" ,
20
- ], optional = true }
18
+ tracing = { version = " 0.1.30" , optional = true }
21
19
byteorder = " 1.4.3"
22
20
bytes = " 1.1.0"
23
21
half = " 1.8.2"
You can’t perform that action at this time.
0 commit comments