Skip to content

Commit

Permalink
chore: release main (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 10, 2024
1 parent 571219d commit db81f45
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"monocore": "0.1.0",
"monofs": "0.1.0",
"monoutils-store": "0.1.0"
"monocore": "0.2.0",
"monofs": "0.2.0",
"monoutils-store": "0.2.0"
}
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.

11 changes: 11 additions & 0 deletions monocore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0](https://github.com/appcypher/monocore/compare/monocore-v0.1.0...monocore-v0.2.0) (2024-12-10)


### ⚠ BREAKING CHANGES

* **config:** Removes service type variants (Default, HttpHandler, Precursor) in favor of a single unified Service struct. This change simplifies the configuration model while maintaining all functionality.

### Code Refactoring

* **config:** simplify service model and improve volume handling ([#69](https://github.com/appcypher/monocore/issues/69)) ([571219d](https://github.com/appcypher/monocore/commit/571219da112ff484e8d0f77162e6d8704dc99f5f))

## [0.1.0](https://github.com/appcypher/monocore/compare/monocore-v0.1.0...monocore-v0.1.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion monocore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monocore"
version = "0.1.0"
version = "0.2.0"
description = "`monocore` is a secure MicroVM provisioning system for running untrusted code in isolated environments."
license.workspace = true
repository.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions monofs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/appcypher/monocore/compare/monofs-v0.1.0...monofs-v0.2.0) (2024-12-10)


### Miscellaneous Chores

* **monofs:** Synchronize monocore-project versions

## [0.1.0](https://github.com/appcypher/monocore/compare/monofs-v0.1.0...monofs-v0.1.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion monofs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monofs"
version = "0.1.0"
version = "0.2.0"
description = "`monofs` is an immutable distributed file system."
license.workspace = true
repository.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions monoutils-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/appcypher/monocore/compare/monoutils-store-v0.1.0...monoutils-store-v0.2.0) (2024-12-10)


### Miscellaneous Chores

* **monoutils-store:** Synchronize monocore-project versions

## [0.1.0](https://github.com/appcypher/monocore/compare/monoutils-store-v0.1.0...monoutils-store-v0.1.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion monoutils-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monoutils-store"
version = "0.1.0"
version = "0.2.0"
description = "`monoutils-store` is a library for working with IPLD content-addressed stores (CAS)."
license.workspace = true
repository.workspace = true
Expand Down

0 comments on commit db81f45

Please sign in to comment.