Skip to content

Commit 0996fde

Browse files
github-actions[bot]mufeedali
authored andcommitted
chore: release v0.3.1
1 parent 747de1b commit 0996fde

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.0](https://github.com/mufeedali/flatplay/compare/v0.3.0...v0.4.0) - 2025-08-23
11+
12+
### Added
13+
14+
- [**breaking**] only `flatplay` now also stops existing process
15+
16+
### Other
17+
18+
- *(deps)* bump anyhow from 1.0.98 to 1.0.99
19+
- *(deps)* bump clap from 4.5.44 to 4.5.45
20+
- *(deps)* bump actions/checkout from 4 to 5
21+
- *(deps)* bump clap_complete from 4.5.55 to 4.5.57
22+
- *(deps)* bump clap from 4.5.42 to 4.5.44
23+
- *(deps)* bump serde_json from 1.0.141 to 1.0.142
24+
- *(deps)* bump clap from 4.5.41 to 4.5.42
25+
1026
## [0.3.0](https://github.com/mufeedali/flatplay/compare/v0.2.3...v0.3.0) - 2025-08-03
1127

1228
### Removed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flatplay"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Mufeed Ali <[email protected]>"]
55
description = "Simple CLI tool to build and run Flatpak applications."
66
readme = "README.md"

0 commit comments

Comments
 (0)