Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #83

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.1",
"monofs": "0.2.1",
"monoutils-store": "0.2.1"
"monocore": "0.2.2",
"monofs": "0.2.2",
"monoutils-store": "0.2.2"
}
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.

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

## [0.2.2](https://github.com/appcypher/monocore/compare/monocore-v0.2.1...monocore-v0.2.2) (2024-12-11)


### Miscellaneous Chores

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

## [0.2.1](https://github.com/appcypher/monocore/compare/monocore-v0.2.0...monocore-v0.2.1) (2024-12-11)


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.2.1"
version = "0.2.2"
description = "`monocore` is a secure MicroVM provisioning system for running untrusted code in isolated environments."
license.workspace = true
repository.workspace = true
Expand Down
17 changes: 17 additions & 0 deletions monofs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.2](https://github.com/appcypher/monocore/compare/monofs-v0.2.1...monofs-v0.2.2) (2024-12-11)


### Features

* add primitives for supporting versioning ([#11](https://github.com/appcypher/monocore/issues/11)) ([b13fb99](https://github.com/appcypher/monocore/commit/b13fb9995e16c1a63f35f1d6a64742cc26aa28e2))
* add subprojects ([#1](https://github.com/appcypher/monocore/issues/1)) ([65e5744](https://github.com/appcypher/monocore/commit/65e5744e11f5e061a567676d9a4d3ae25d3011c3))
* basic filesystem impl and other deps ([#10](https://github.com/appcypher/monocore/issues/10)) ([83eee43](https://github.com/appcypher/monocore/commit/83eee439166cad0c05cee569da6a417e47038f23))
* basic orchestration ([#20](https://github.com/appcypher/monocore/issues/20)) ([3a01895](https://github.com/appcypher/monocore/commit/3a0189560d6d7b61c114d482723185031f647e0f))
* **ci:** add release automation workflow and dependency updates ([#62](https://github.com/appcypher/monocore/issues/62)) ([1af4b4a](https://github.com/appcypher/monocore/commit/1af4b4abf1ca90ec20738a72f0b8aca207acbaaa))
* merge pulled container layers into a single rootfs dir ([#28](https://github.com/appcypher/monocore/issues/28)) ([900d7e3](https://github.com/appcypher/monocore/commit/900d7e3f29299c2218ad5c46af4f1de0cf1e690b))


### Bug Fixes

* Release-Please fix ([#66](https://github.com/appcypher/monocore/issues/66)) ([2ba6e77](https://github.com/appcypher/monocore/commit/2ba6e77d50db32abe1dc966a8d0ad4458fe871b6))

## [0.2.1](https://github.com/appcypher/monocore/compare/monofs-v0.2.0...monofs-v0.2.1) (2024-12-11)


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.2.1"
version = "0.2.2"
description = "`monofs` is an immutable distributed file system."
license.workspace = true
repository.workspace = true
Expand Down
14 changes: 14 additions & 0 deletions monoutils-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.2](https://github.com/appcypher/monocore/compare/monoutils-store-v0.2.1...monoutils-store-v0.2.2) (2024-12-11)


### Features

* add primitives for supporting versioning ([#11](https://github.com/appcypher/monocore/issues/11)) ([b13fb99](https://github.com/appcypher/monocore/commit/b13fb9995e16c1a63f35f1d6a64742cc26aa28e2))
* basic filesystem impl and other deps ([#10](https://github.com/appcypher/monocore/issues/10)) ([83eee43](https://github.com/appcypher/monocore/commit/83eee439166cad0c05cee569da6a417e47038f23))
* basic orchestration ([#20](https://github.com/appcypher/monocore/issues/20)) ([3a01895](https://github.com/appcypher/monocore/commit/3a0189560d6d7b61c114d482723185031f647e0f))


### Bug Fixes

* Release-Please fix ([#66](https://github.com/appcypher/monocore/issues/66)) ([2ba6e77](https://github.com/appcypher/monocore/commit/2ba6e77d50db32abe1dc966a8d0ad4458fe871b6))

## [0.2.1](https://github.com/appcypher/monocore/compare/monoutils-store-v0.2.0...monoutils-store-v0.2.1) (2024-12-11)


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.2.1"
version = "0.2.2"
description = "`monoutils-store` is a library for working with IPLD content-addressed stores (CAS)."
license.workspace = true
repository.workspace = true
Expand Down