Skip to content

Commit

Permalink
chore: bump version to new rc
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy authored and ApolloGie committed May 12, 2024
1 parent d86a009 commit a53d21a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.3.3] - 2024-05-05
# [Unreleased] - 2024-05-05

### Changed

Expand Down
6 changes: 3 additions & 3 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 @@ -3,7 +3,7 @@ members = ["contracts/*", "packages/*"]
resolver = "2"

[workspace.package]
version = "0.3.3"
version = "0.4.0-rc.1"
edition = "2021"
license = "MPL-2.0"
homepage = "https://apollo.farm"
Expand All @@ -24,7 +24,7 @@ cw-dex-astroport = "0.2.0-rc.1"
cw-dex-osmosis = "0.1"
apollo-utils = "0.1.1"
cw-bigint = "0.4.3"
liquidity-helper = { version = "0.3.0", path = "./packages/liquidity-helper" }
liquidity-helper = { version = "0.4.0-rc.1", path = "./packages/liquidity-helper" }
semver = "1.0.20"

# Dev dependencies
Expand Down

0 comments on commit a53d21a

Please sign in to comment.