Skip to content

Commit

Permalink
Merge pull request #3 from tomcur/release-plz-2024-06-29T08-41-37Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
tomcur authored Jun 29, 2024
2 parents 739f43e + 838dfa4 commit 6d7e768
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 5 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## [0.1.3] - 2024-06-29

### Bug Fixes
- correctly calculate NoHash
([84d60bf](https://github.com/tomcur/termsnap/commit/84d60bfc5b2d0c0f6a4d91b484e18161e847d8c8))


### Documentation
- *(README)* add headings to examples
([739f43e](https://github.com/tomcur/termsnap/commit/739f43e3bc61fc81d6e8ab2e56e21f7a3d3cc23a))
- *(README)* remove -o switch
([f43df9d](https://github.com/tomcur/termsnap/commit/f43df9d339f6e368326b6271ab236fd2b1b18c1f))
- *(README)* add Tokei example
([1259a74](https://github.com/tomcur/termsnap/commit/1259a74e4636497a4af37885fd91c0dcd0292612))
- *(README)* improve wording
([4850b72](https://github.com/tomcur/termsnap/commit/4850b7211634e211f038831ae9e6991a1436bfc6))
- *(README)* add note about sleep
([57006ce](https://github.com/tomcur/termsnap/commit/57006ce09b73a2098a0b30a016a5104b8b3a7d64))
- *(README)* put the nvim example before the colors example
([a9b421b](https://github.com/tomcur/termsnap/commit/a9b421b5245df75f6fe8b26a503e64d3c0482ec0))
- *(README)* add command to examples
([12680d7](https://github.com/tomcur/termsnap/commit/12680d7a960021a7635ec1011cb9a9d7791fa593))
- *(README)* improve cowsay example margins
([a5121c4](https://github.com/tomcur/termsnap/commit/a5121c454e41c4ad2cbfed694c1c1e947d7ca225))
- *(README)* simplify cowsay example
([0488ffb](https://github.com/tomcur/termsnap/commit/0488ffbfcfd749d4d546a88454b69b96ff3f80af))
- *(README)* simplify nvim example
([1b7a664](https://github.com/tomcur/termsnap/commit/1b7a66489f858caa4e5adeb8fe07cf8778e2f90b))
- *(README)* fix link to examples.sh
([cd3ee63](https://github.com/tomcur/termsnap/commit/cd3ee635604c31a3d20909beed2ef7805895943e))
- *(CHANGELOG)* add links to generated changelog
([9c88dd2](https://github.com/tomcur/termsnap/commit/9c88dd2bec5a269682f97992df50043b95dbf305))


### Other
- generate examples
([8300931](https://github.com/tomcur/termsnap/commit/8300931f64068714a967d47cb8ffa3f4e1301692))


## [0.1.2] - 2024-06-28

### Features
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.1.2"
version = "0.1.3"
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.1.2" }
termsnap-lib = { path = "./termsnap-lib", version = "0.1.3" }
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.1.2"
version = "0.1.3"
edition = "2021"
description = "Create SVGs from terminal output"
keywords = ["terminal", "screenshot", "ansi", "svg", "vector-graphics"]
Expand Down

0 comments on commit 6d7e768

Please sign in to comment.