Skip to content

Commit

Permalink
chore(main): release pet-monitor-app 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 2, 2023
1 parent 3bd9967 commit abde2f0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"crates/pet-monitor-app": "0.3.1",
"crates/pet-monitor-app": "0.4.0",
"crates/mp4-stream": "0.1.0",
"crates/bmff": "0.2.0"
}
17 changes: 17 additions & 0 deletions crates/pet-monitor-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.4.0](https://github.com/Stonks3141/pet-monitor-app/compare/pet-monitor-app-v0.3.1...pet-monitor-app-v0.4.0) (2023-11-02)


### ⚠ BREAKING CHANGES

* HTTPS is no longer supported The "domain" config key and the "tls" config section no longer exist

### Features

* Remove TLS support ([7742587](https://github.com/Stonks3141/pet-monitor-app/commit/7742587e7d81fb88461f996fce7667ccbf12d463))


### Bug Fixes

* **pet-monitor-app:** Switch from clap to xflags ([3bd9967](https://github.com/Stonks3141/pet-monitor-app/commit/3bd9967043b90cee070d6b8e41456fd98ec2c15a))
* Use the single-threaded tokio runtime ([b04a51d](https://github.com/Stonks3141/pet-monitor-app/commit/b04a51d764963fd0aa1623834fb47532d295df0c))

## [0.3.1](https://github.com/Stonks3141/pet-monitor-app/compare/pet-monitor-app-v0.3.0...pet-monitor-app-v0.3.1) (2023-03-12)


Expand Down
2 changes: 1 addition & 1 deletion crates/pet-monitor-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pet-monitor-app"
version = "0.3.1"
version = "0.4.0"
description = "A simple and secure pet monitor for Linux"
documentation = "https://github.com/Stonks3141/pet-monitor-app"
readme = "../../README.md"
Expand Down

0 comments on commit abde2f0

Please sign in to comment.