Skip to content

Commit

Permalink
chore: release main (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
explodingcamera authored Nov 9, 2023
1 parent 2948bee commit d52d86b
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 7 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.8","crates/nots-worker":"0.1.0","crates/notsd":"0.1.4"}
{"crates/nots-cli":"0.1.9","crates/nots-worker":"0.1.1","crates/notsd":"0.1.5"}
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.

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

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


### Features

* **client:** lots of improvements ([9d072ce](https://github.com/explodingcamera/nots/commit/9d072ce3248d384ba5697dcb0f017347edb68ce2))
* **nots-cli,notsd:** shorter password requirements, finish server init command ([3c9c2e7](https://github.com/explodingcamera/nots/commit/3c9c2e7300e51eeda99ed1d3a700e0872a6808d3))
* **nots-cli:** server init command tui ([3b5d6e9](https://github.com/explodingcamera/nots/commit/3b5d6e9264da0c976f78d5f57a6176ea0211e897))
* **notsd:** progress on scheduler ([37ee525](https://github.com/explodingcamera/nots/commit/37ee5251d63d8b881cdb905e53f0b5ac6c6a5f69))

## [0.1.8](https://github.com/explodingcamera/nots/compare/nots-cli-v0.1.7...nots-cli-v0.1.8) (2023-11-02)


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.8"
version="0.1.9"

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

## [0.1.1](https://github.com/explodingcamera/nots/compare/nots-worker-v0.1.0...nots-worker-v0.1.1) (2023-11-09)


### Features

* **client:** lots of improvements ([9d072ce](https://github.com/explodingcamera/nots/commit/9d072ce3248d384ba5697dcb0f017347edb68ce2))


### Bug Fixes

* **notsd:** locks held through await ([bda4dd3](https://github.com/explodingcamera/nots/commit/bda4dd372104fa732a7ba7f139b12d75cb52a010))

## 0.1.0 (2023-10-29)


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.0"
version="0.1.1"

[dependencies]
color-eyre="0.6"
Expand Down
14 changes: 14 additions & 0 deletions crates/notsd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.5](https://github.com/explodingcamera/nots/compare/notsd-v0.1.4...notsd-v0.1.5) (2023-11-09)


### Features

* **client:** lots of improvements ([9d072ce](https://github.com/explodingcamera/nots/commit/9d072ce3248d384ba5697dcb0f017347edb68ce2))
* **nots-cli,notsd:** shorter password requirements, finish server init command ([3c9c2e7](https://github.com/explodingcamera/nots/commit/3c9c2e7300e51eeda99ed1d3a700e0872a6808d3))
* **notsd:** progress on scheduler ([37ee525](https://github.com/explodingcamera/nots/commit/37ee5251d63d8b881cdb905e53f0b5ac6c6a5f69))


### Bug Fixes

* **notsd:** locks held through await ([bda4dd3](https://github.com/explodingcamera/nots/commit/bda4dd372104fa732a7ba7f139b12d75cb52a010))

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


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

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

0 comments on commit d52d86b

Please sign in to comment.