Skip to content

Commit

Permalink
chore: update initial release changelogs (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
keplervital authored May 13, 2024
1 parent be12ebf commit e9e7e97
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 3 deletions.
11 changes: 10 additions & 1 deletion core/upgrader/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.0.2-alpha.0 (2024-05-12)

This was a version bump only for upgrader-api to align it with other projects, there were no code changes.
### 🚀 Features

- add trigger_upgrade function to enable the station canister to ask the upgrader to upgrade itself

- add upgrade function to upgrade the station canister

### ❤️ Thank You

- rikonor
- Kepler Vital
11 changes: 10 additions & 1 deletion core/upgrader/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.0.2-alpha.0 (2024-05-12)

This was a version bump only for upgrader to align it with other projects, there were no code changes.
### 🚀 Features

- add trigger_upgrade function to enable the station canister to ask the upgrader to upgrade itself

- add upgrade function to upgrade the station canister

### ❤️ Thank You

- rikonor
- Kepler Vital
10 changes: 9 additions & 1 deletion libs/orbit-essentials-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.0.2-alpha.0 (2024-05-12)

This was a version bump only for orbit-essentials-macros to align it with other projects, there were no code changes.
### 🚀 Features

- storable macro for structs and enums

- with_middleware macro to guard or tail functions

### ❤️ Thank You

- Kepler Vital
20 changes: 20 additions & 0 deletions libs/orbit-essentials/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,23 @@
### 🚀 Features

- helpers for orbit canisters

- add metrics registry to canisters

- add data access traits

- add fn to optionally deserialize blobs

- mock ic_cdk for testing

- cumtom impl random for wasm rng

- format and parse timestamps to rfc3339

- add next_time to emulate time advancement in the same round

### ❤️ Thank You

- Kepler Vital
- mraszyk
- rikonor

0 comments on commit e9e7e97

Please sign in to comment.