Skip to content

Commit

Permalink
chore: add CHANGELOG.md and bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmanifold committed Nov 4, 2023
1 parent 3c2f404 commit 324e6eb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

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.2.0] - 2023-11-04

### Changed

- Updates dependencies
- Changes `crate::msg::RewardInfo` to include `liquidity_manager_addr` for the `AstroportVault` and `AstroportPool` variants. N.B. this is a breaking API change.
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.

2 changes: 1 addition & 1 deletion 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.1.0-rc.1"
version = "0.2.0"
authors = ["Sturdy <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand Down

0 comments on commit 324e6eb

Please sign in to comment.