Skip to content

Commit d0cd699

Browse files
committed
release: 0.2.1
1 parent 63fb837 commit d0cd699

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.2.1 2024-12-02
9+
10+
- Reworked the `get_deployments` view method.
11+
812
## 0.2.0 2024-12-02
913

1014
- Update dependencies.

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace.package]
22
authors = ["Aurora Labs <hello@aurora.dev>"]
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
homepage = "https://github.com/aurora-is-near/aurora-controller-factory"
66
repository = "https://github.com/aurora-is-near/aurora-controller-factory"

contract/src/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ fn test_stringify_event_metadata() {
8484

8585
assert_eq!(
8686
event_metadata.to_string(),
87-
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"}}"#
87+
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"}}"#
8888
);
8989
}

0 commit comments

Comments
 (0)