Skip to content

Commit 7a6206e

Browse files
authored
Merge pull request #11 from tomcur/release-plz-2024-07-26T13-11-51Z
chore: release
2 parents 0ef5040 + 4a3bbe7 commit 7a6206e

File tree

4 files changed

+36
-5
lines changed

4 files changed

+36
-5
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [0.4.0] - 2024-07-27
4+
5+
### Breaking
6+
- [**breaking**] render SVG based on font metrics
7+
([3d1d52c](https://github.com/tomcur/termsnap/commit/3d1d52cea1ed2cdb42b11af1dec66b2190796934))
8+
9+
10+
### Bug Fixes
11+
- *(lib)* fix doctests
12+
([8d2a3cb](https://github.com/tomcur/termsnap/commit/8d2a3cbe2d569c1f3fb7cf3cb62e4c494a8bd6c1))
13+
- remove unnecessary newline in generated SVGs
14+
([0d24ace](https://github.com/tomcur/termsnap/commit/0d24ace83866a798ea822b881ecdd9956825e1a9))
15+
16+
17+
### Documentation
18+
- *(README)* add note about font metrics
19+
([0ef5040](https://github.com/tomcur/termsnap/commit/0ef504027457e553caff283bec23af4cd42de981))
20+
- *(README)* use nixpkgs for nix example
21+
([03393db](https://github.com/tomcur/termsnap/commit/03393dbe661ca1367deb78ebd8f738370a8550ff))
22+
23+
24+
### Refactor
25+
- Add Menlo to default font stack
26+
([7fb1fb1](https://github.com/tomcur/termsnap/commit/7fb1fb1d8cb50b841a6c238cb52fc8f0fdd911d3))
27+
28+
29+
### Other
30+
- regenerate examples
31+
([0719c1a](https://github.com/tomcur/termsnap/commit/0719c1a9cc4092dde0690783f22d10a7ae047066))
32+
33+
334
## [0.3.0] - 2024-07-16
435

536
### Features

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "termsnap"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "Create SVGs from terminal output"
66
keywords = ["terminal", "screenshot", "ansi", "svg", "vector-graphics"]
@@ -24,4 +24,4 @@ clap = { version = "4.5.7", features = ["derive"] }
2424
rustix = { version = "0.38.34", features = ["event", "fs", "termios"] }
2525
signal-hook = "0.3.17"
2626

27-
termsnap-lib = { path = "./termsnap-lib", version = "0.3.0" }
27+
termsnap-lib = { path = "./termsnap-lib", version = "0.4.0" }

termsnap-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "termsnap-lib"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "Create SVGs from terminal output"
66
keywords = ["terminal", "screenshot", "ansi", "svg", "vector-graphics"]

0 commit comments

Comments
 (0)