Skip to content

Commit

Permalink
Release 0.2.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss authored Dec 4, 2024
1 parent 63fb837 commit 1affb3b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.1 2024-12-02

- Reworked the `get_deployments` view method.

## 0.2.0 2024-12-02

- Update dependencies.
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
[workspace.package]
authors = ["Aurora Labs <[email protected]>"]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
homepage = "https://github.com/aurora-is-near/aurora-controller-factory"
repository = "https://github.com/aurora-is-near/aurora-controller-factory"
Expand Down
2 changes: 1 addition & 1 deletion contract/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ fn test_stringify_event_metadata() {

assert_eq!(
event_metadata.to_string(),
r#"{"producer":"aurora-controller-factory","version":"0.2.0","event":"add_release_info","metadata":{"hash":"9316bf4c7aa0913f26ef8eebdcb11f3c63bb88c65eb717abfec8ade1b707620c","version":"3.5.0","is_blob_exist":false,"downgrade_hash":null,"description":"Aurora SILO 3.5.0"}}"#
r#"{"producer":"aurora-controller-factory","version":"0.2.1","event":"add_release_info","metadata":{"hash":"9316bf4c7aa0913f26ef8eebdcb11f3c63bb88c65eb717abfec8ade1b707620c","version":"3.5.0","is_blob_exist":false,"downgrade_hash":null,"description":"Aurora SILO 3.5.0"}}"#
);
}

0 comments on commit 1affb3b

Please sign in to comment.