Skip to content

Commit

Permalink
Merge pull request #7 from tomcur/release-plz-2024-07-01T09-39-17Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
tomcur authored Jul 1, 2024
2 parents 343bd55 + e36cdb4 commit 9b179af
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.2.1] - 2024-07-01

### Bug Fixes
- escape ampersands in text
([daba56b](https://github.com/tomcur/termsnap/commit/daba56b69bc6b9fedaab5bd05f7ba12d09beb91a))


### Documentation
- *(lib)* add usage example
([9befca8](https://github.com/tomcur/termsnap/commit/9befca8f3584e882a5b7727bf2c149529001e77e))


### Other
- generate examples
([343bd55](https://github.com/tomcur/termsnap/commit/343bd5585da81782bab799549da43f1a3a75c9fd))
- format
([407dcba](https://github.com/tomcur/termsnap/commit/407dcba62f699cda599a38dbb90c200ae4f05799))


## [0.2.0] - 2024-07-01

### Breaking
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "termsnap"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Create SVGs from terminal output"
keywords = ["terminal", "screenshot", "ansi", "svg", "vector-graphics"]
Expand All @@ -24,4 +24,4 @@ clap = { version = "4.5.7", features = ["derive"] }
rustix = { version = "0.38.34", features = ["event", "fs", "termios"] }
signal-hook = "0.3.17"

termsnap-lib = { path = "./termsnap-lib", version = "0.2.0" }
termsnap-lib = { path = "./termsnap-lib", version = "0.2.1" }
2 changes: 1 addition & 1 deletion termsnap-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "termsnap-lib"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Create SVGs from terminal output"
keywords = ["terminal", "screenshot", "ansi", "svg", "vector-graphics"]
Expand Down

0 comments on commit 9b179af

Please sign in to comment.