Skip to content

Commit

Permalink
chore: release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jawoznia committed Dec 9, 2024
1 parent 739035c commit 6ac21db
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 24 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.2](https://github.com/CosmWasm/sylvia/compare/sylvia-derive-v1.3.1...sylvia-derive-v1.3.2) - 2024-12-09

### Other

- Remove derivative dependency and fix lints

## [1.3.0](https://github.com/CosmWasm/sylvia/compare/sylvia-derive-v1.2.1...sylvia-derive-v1.3.0) - 2024-11-20

### Added
Expand Down
40 changes: 20 additions & 20 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exclude = ["examples/*"]
resolver = "2"

[workspace.package]
version = "1.3.1"
version = "1.3.2"

[workspace.dependencies]
anyhow = "1.0.93"
Expand All @@ -15,7 +15,7 @@ cw-storage-plus = "2.0.0"
cw-utils = "2.0.0"
schemars = "0.8.21"
serde = { version = "1.0.214", default-features = false, features = ["derive"] }
sylvia-derive = { version = "1.3.1", path = "sylvia-derive" }
sylvia-derive = { version = "1.3.2", path = "sylvia-derive" }
thiserror = "2.0.0"

[workspace.metadata.docs.rs]
Expand Down
4 changes: 2 additions & 2 deletions examples/Cargo.lock

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

0 comments on commit 6ac21db

Please sign in to comment.