Skip to content

Commit

Permalink
Merge pull request #164 from qryxip/release-snowchains-core-v0.13.3
Browse files Browse the repository at this point in the history
[skip ci] Release `snowchains_core v0.13.3`
  • Loading branch information
qryxip authored Jun 8, 2024
2 parents 4f6be04 + 4b5fef7 commit 5496059
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde_dhall = "0.10.1"
serde_json = "1.0.73"
serde_yaml = "0.8.23"
shell-escape = "0.1.5"
snowchains_core = { version = "0.13.2", path = "./snowchains_core" }
snowchains_core = { version = "0.13.3", path = "./snowchains_core" }
structopt = "0.3.25"
strum = { version = "0.20.0", features = ["derive"] }
tempfile = "3.2.0"
Expand Down
6 changes: 6 additions & 0 deletions snowchains_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.13.2] - 2024-06-08Z

### Changed

- [#160](https://github.com/qryxip/snowchains/pull/160)

## [0.13.2] - 2022-01-29Z

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion snowchains_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snowchains_core"
version = "0.13.2"
version = "0.13.3"
edition = "2018"
authors = ["Ryo Yamashita <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 5496059

Please sign in to comment.