Skip to content

Commit

Permalink
chore: release main (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
explodingcamera authored Nov 10, 2023
1 parent c0a7712 commit f50bd33
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"crates/nots-cli":"0.1.10","crates/nots-worker":"0.1.3","crates/notsd":"0.1.7"}
{"crates/nots-cli":"0.1.11","crates/nots-worker":"0.1.4","crates/notsd":"0.1.7"}
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.

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

## [0.1.11](https://github.com/explodingcamera/nots/compare/nots-cli-v0.1.10...nots-cli-v0.1.11) (2023-11-10)


### Features

* **cli:** add self-upgrading ([d6185e8](https://github.com/explodingcamera/nots/commit/d6185e89785d1cc5e3c636ad9a8650f41804f270))


### Bug Fixes

* fix wrong tar format ([c0a7712](https://github.com/explodingcamera/nots/commit/c0a77121249fd1986bd9c932e84964f54532c20b))

## [0.1.10](https://github.com/explodingcamera/nots/compare/nots-cli-v0.1.9...nots-cli-v0.1.10) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion crates/nots-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition="2021"
name="nots-cli"
publish=false
version="0.1.10"
version="0.1.11"

[[bin]]
name="nots-cli"
Expand Down
7 changes: 7 additions & 0 deletions crates/nots-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/explodingcamera/nots/compare/nots-worker-v0.1.3...nots-worker-v0.1.4) (2023-11-10)


### Bug Fixes

* fix wrong tar format ([c0a7712](https://github.com/explodingcamera/nots/commit/c0a77121249fd1986bd9c932e84964f54532c20b))

## [0.1.3](https://github.com/explodingcamera/nots/compare/nots-worker-v0.1.2...nots-worker-v0.1.3) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion crates/nots-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition="2021"
name="nots-worker"
publish=false
version="0.1.3"
version="0.1.4"

[dependencies]
color-eyre="0.6"
Expand Down

0 comments on commit f50bd33

Please sign in to comment.