Skip to content

Commit e4cb09f

Browse files
committed
bump version
1 parent a77d3f1 commit e4cb09f

File tree

5 files changed

+114
-107
lines changed

5 files changed

+114
-107
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v0.3.2] - 2025-06-29
9+
10+
### Fixed
11+
- Inline code blocks inside fenced code blocks are no longer removed
12+
(thanks [@00-kat](https://github.com/00-kat)!)
13+
814
## [v0.3.1] - 2025-04-25
915

1016
### Fixed
@@ -107,3 +113,4 @@ Initial release 🎉
107113
[v0.2.3]: https://github.com/trag1c/zig-codeblocks/compare/v0.2.2...v0.2.3
108114
[v0.3.0]: https://github.com/trag1c/zig-codeblocks/compare/v0.2.3...v0.3.0
109115
[v0.3.1]: https://github.com/trag1c/zig-codeblocks/compare/v0.3.0...v0.3.1
116+
[v0.3.2]: https://github.com/trag1c/zig-codeblocks/compare/v0.3.1...v0.3.2

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zig_codeblocks"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55

66
[lib]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zig-codeblocks"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Zig ANSI syntax highlighting library"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)