Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tomcur committed Jul 16, 2024
1 parent d685f20 commit 9bcbd7c
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 5 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [0.2.2] - 2024-07-16

### Features
- allow rendering terminal screens just prior to clearing
([59c3bef](https://github.com/tomcur/termsnap/commit/59c3bef01c743ce53d2f3c1e8ef1fa7417af4f68))
- *(lib)* allow inspecting Term just prior to applying some ANSI signals
([7012f8d](https://github.com/tomcur/termsnap/commit/7012f8d83b46d0db58896219e4f2551ae2ebb8ad))
- allow specifying child's TERM environment variable
([22da2c1](https://github.com/tomcur/termsnap/commit/22da2c1029edd20d48c4edb55f25bc07fc1832b2))


### Documentation
- use xterm-256color in example for better compatibility across systems
([d685f20](https://github.com/tomcur/termsnap/commit/d685f2005f66e19919bbfad25a6a778b508eec20))
- use full lines/columns argument name in examples
([b30e27b](https://github.com/tomcur/termsnap/commit/b30e27b62fcc3bb5ed9c4c0b2d232cd24cee4ff6))


### Refactor
- make name of generic parameter consistent
([9579b54](https://github.com/tomcur/termsnap/commit/9579b543b9ec5fbadd1816b85ae80bec6c5d3e2e))
- address clippy warnings
([f91cc82](https://github.com/tomcur/termsnap/commit/f91cc827e0bdbf2d52ef658549e41e68e76c2d95))


### Other
- generate examples
([2aea9ea](https://github.com/tomcur/termsnap/commit/2aea9ea55a2434237f83fc2221f8b896cde4c7e6))


## [0.2.1] - 2024-07-01

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

0 comments on commit 9bcbd7c

Please sign in to comment.