Skip to content

Commit f041de4

Browse files
committed
chore: release 0.2.2
1 parent aef0088 commit f041de4

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.2] - 2023-01-03
11+
1012
### Added
1113

1214
- NODUMP flag support. This flag is used by DUMP(8) and BorgBackup to indicate that a file should not be backed up.
@@ -41,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4143
- The CLI interface has been temporarily removed. It will be re-added in a future release.
4244
- The homebrew formula is abandoned because we are now a GUI application. A new cask might be added in the future.
4345

44-
[Unreleased]: https://github.com/PhotonQuantum/tmexclude/compare/v0.2.1...HEAD
46+
[Unreleased]: https://github.com/PhotonQuantum/tmexclude/compare/v0.2.2...HEAD
47+
[0.2.2]: https://github.com/PhotonQuantum/tmexclude/compare/v0.2.1...v0.2.2
4548
[0.2.1]: https://github.com/PhotonQuantum/tmexclude/compare/v0.2.0...v0.2.1
4649
[0.2.0]: https://github.com/PhotonQuantum/tmexclude/releases/tag/v0.2.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tmexclude",
33
"source": "src/index.html",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"scripts": {
66
"dev": "parcel serve src/index.html -p 1420",
77
"build": "parcel build src/index.html",

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmexclude"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "A Tauri App"
55
authors = ["LightQuantum <[email protected]>"]
66
license = ""

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "TimeMachine Exclude",
10-
"version": "0.2.1"
10+
"version": "0.2.2"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)