Skip to content

Commit 71c4fff

Browse files
chore(main): release pet-monitor-app 0.4.0
1 parent 87d02e7 commit 71c4fff

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"crates/pet-monitor-app": "0.3.1",
2+
"crates/pet-monitor-app": "0.4.0",
33
"crates/mp4-stream": "0.1.0",
44
"crates/bmff": "0.2.0"
55
}

crates/pet-monitor-app/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [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-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove feature "tracing" from mp4-stream crate
9+
* HTTPS is no longer supported The "domain" config key and the "tls" config section no longer exist
10+
11+
### Features
12+
13+
* Remove TLS support ([7742587](https://github.com/Stonks3141/pet-monitor-app/commit/7742587e7d81fb88461f996fce7667ccbf12d463))
14+
* Remove tracing ([1b99dd2](https://github.com/Stonks3141/pet-monitor-app/commit/1b99dd20ca5a4b8988da310ad36d4e6678022848))
15+
16+
17+
### Bug Fixes
18+
19+
* **pet-monitor-app:** Switch from clap to xflags ([3bd9967](https://github.com/Stonks3141/pet-monitor-app/commit/3bd9967043b90cee070d6b8e41456fd98ec2c15a))
20+
* Use the single-threaded tokio runtime ([b04a51d](https://github.com/Stonks3141/pet-monitor-app/commit/b04a51d764963fd0aa1623834fb47532d295df0c))
21+
322
## [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)
423

524

crates/pet-monitor-app/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pet-monitor-app"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "A simple and secure pet monitor for Linux"
55
documentation = "https://github.com/Stonks3141/pet-monitor-app"
66
readme = "../../README.md"

0 commit comments

Comments
 (0)