Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Mar 19, 2024
1 parent be2f46d commit fd55e7f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
15 changes: 12 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,20 @@ All notable changes to this project will be documented in this file.

-

## [Version v1.1.0] - 2024-02-24
## [1.0.2] - 2024-03-19

### Fixed

- Bump version of `serde-json-wasm`

## [1.0.1] - 2024-02-24

### Added

- This Changelog file
- `rust-toolchain` file
- Contract migration templates and migrate function

### Changed

-

### Fixed

- Correctly round to `min_quantity_tick_size` in intermediate steps for multi-hop buys
Expand All @@ -41,7 +43,3 @@ All notable changes to this project will be documented in this file.
### Changed

- Updated to latest CosmWasm version

### Fixed

-
4 changes: 2 additions & 2 deletions contracts/swap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = [ "Markus Waas <[email protected]>" ]
edition = "2021"
name = "swap-contract"
version = "1.0.1"
version = "1.0.2"

exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
Expand Down Expand Up @@ -41,7 +41,7 @@ num-traits = "0.2.15"
protobuf = { version = "2", features = [ "with-bytes" ] }
schemars = "0.8.8"
serde = { version = "1.0.137", default-features = false, features = [ "derive" ] }
serde-json-wasm = "0.5.1"
serde-json-wasm = "1.0.1"
thiserror = { version = "1.0.31" }

[dev-dependencies]
Expand Down

0 comments on commit fd55e7f

Please sign in to comment.