Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed Aug 28, 2024
1 parent 38e5a26 commit 1f42643
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 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 @@ -24,8 +24,8 @@ cw-storage-plus = "1.1.0"
cw2 = "1.1.0"
mars-owner = "2.0.0"
osmosis-std = "0.16.1"
cw-vault-standard = { version = "0.4.1-rc.1", path = "./cw-vault-standard" }
cw-vault-standard-test-helpers = { version = "0.5.0-rc.1", path = "./test-helpers" }
cw-vault-standard = { version = "0.4.1", path = "./cw-vault-standard" }
cw-vault-standard-test-helpers = { version = "0.5.0", path = "./test-helpers" }

# dev dependencies
proptest = "1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ This repo also contains some test helpers in the `packages/test-helpers` directo

| cw-vault-standard | test-helpers |
|-------------------|---------------|
| v0.3.3 | v0.3.3 |
| v0.4.0 | v0.3.3-v0.4.0 |
| v0.3.3 | v0.3.3-0.4.1 |
| v0.4.1 | v0.5.0 |
2 changes: 1 addition & 1 deletion cw-vault-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
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).

## [0.4.1] - 2024-06-13
## [0.4.1] - 2024-08-28

### Added
- Added `base_token` and `vault_token` fields to `VaultContract` helper struct.
Expand Down
2 changes: 1 addition & 1 deletion cw-vault-standard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-vault-standard"
version = "0.4.1-rc.1"
version = "0.4.1"
description = "A standard interface for tokenized vaults written in CosmWasm"
documentation = "https://docs.rs/cw-vault-standard"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions test-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
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).

## [0.5.0-rc.2] - 2024-08-26
## [0.5.0] - 2024-08-28

### Changed

- Use 0.4.1 version of cw-vault-standard
- Use 0.4.0-rc.9 version of cw-it
- Use 0.4.0 version of cw-it

## [0.4.1] - 2024-03-07

Expand Down
4 changes: 2 additions & 2 deletions test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-vault-standard-test-helpers"
version = "0.5.0-rc.2"
version = "0.5.0"
description = "Test helpers for cw-vault-standard compliant contracts."
edition = { workspace = true }
authors = { workspace = true }
Expand All @@ -18,4 +18,4 @@ force-unlock = ["cw-vault-standard/force-unlock"]
cosmwasm-std = { workspace = true }
cw-utils = { workspace = true }
cw-vault-standard = { workspace = true }
cw-it = "0.4.0-rc.9"
cw-it = "0.4.0"

0 comments on commit 1f42643

Please sign in to comment.