Skip to content

Commit 3cd1836

Browse files
authored
Merge pull request #8 from cxreiff/release-plz-2024-08-17T22-54-46Z
chore: release v0.2.1
2 parents d255b3b + 6f76e69 commit 3cd1836

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.1](https://github.com/cxreiff/ttysvr/compare/v0.2.0...v0.2.1) - 2024-08-17
10+
11+
### Other
12+
- temporary allow dirty in cargo dist
13+
- testing cargo-dist PR manually
14+
915
## [0.2.0](https://github.com/cxreiff/ttysvr/compare/v0.1.4...v0.2.0) - 2024-08-16
1016

1117
### Other

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ttysvr"
33
description = "Screensavers for your terminal."
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
authors = ["cxreiff <[email protected]>"]

0 commit comments

Comments
 (0)