File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,16 @@ project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.0] - 2023-08-04
11
+
10
12
### Changed
11
13
12
14
- Introduce ` std ` (enabled by default) and ` unstable ` features ([ #58 ] ). They
13
15
enable corresponding serde’s features and if either is enabled, ` Error `
14
16
implements ` std::error::Error ` trait. By itself, ` serde-json-wasm ` is now
15
- ` no_std ` ; it’s up to serde’s features whether the entire build is. ** Please
17
+ ` no_std ` ; it’s up to serde’s features whether the entire build is.< br /> ** Please
16
18
note:** this potentially breaks ` default-features = false ` builds.
19
+ If you need the ` Error ` trait impl, enable one of the two features explicitly.
17
20
18
21
- Serialize / deserialize ` u128 ` /` i128 ` types as numbers instead of strings
19
22
([ #59 ] ).<br /> ** Please note:** this breaks deserialization of ` u128 ` /` i128 `
@@ -141,7 +144,8 @@ Initial release after forking from
141
144
[ serde-json-core] ( https://github.com/japaric/serde-json-core ) at
142
145
[ bf5533a0] ( https://github.com/japaric/serde-json-core/commit/bf5533a042a0 ) .
143
146
144
- [ unreleased ] : https://github.com/CosmWasm/serde-json-wasm/compare/v0.5.1...HEAD
147
+ [ unreleased ] : https://github.com/CosmWasm/serde-json-wasm/compare/v1.0.0...HEAD
148
+ [ 1.0.0 ] : https://github.com/CosmWasm/serde-json-wasm/compare/v0.5.1...v1.0.0
145
149
[ 0.5.1 ] : https://github.com/CosmWasm/serde-json-wasm/compare/v0.5.0...v0.5.1
146
150
[ 0.5.0 ] : https://github.com/CosmWasm/serde-json-wasm/compare/v0.4.1...v0.5.0
147
151
[ 0.4.1 ] : https://github.com/CosmWasm/serde-json-wasm/compare/v0.4.0...v0.4.1
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"
15
15
name = " serde-json-wasm"
16
16
readme = " README.md"
17
17
repository = " https://github.com/CosmWasm/serde-json-wasm"
18
- version = " 0.5.1 "
18
+ version = " 1.0.0 "
19
19
exclude = [
20
20
" .cargo/" ,
21
21
" .github/" ,
You can’t perform that action at this time.
0 commit comments