Skip to content

Commit 1a1a29f

Browse files
committed
chore: Release recipemd version 0.2.0
1 parent 6e40418 commit 1a1a29f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2025-02-21
11+
1012
### Changed
1113

1214
- Adapt to changes in the [RecipeMD specification version 2.4.0](https://recipemd.org/specification.html#version-2-4-0-2024-02-14). `recipemd-rs` now follows the reference implementation more closely
@@ -24,5 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2426

2527
## [0.1.0] - 2023-07-31
2628

27-
[Unreleased]: https://github.com/d-k-bo/recipemd-rs/compare/v0.1.0...HEAD
29+
[Unreleased]: https://github.com/d-k-bo/recipemd-rs/compare/v0.2.0...HEAD
30+
[0.2.0]: https://github.com/d-k-bo/recipemd-rs/compare/v0.1.0...v0.2.0
2831
[0.1.0]: https://github.com/d-k-bo/recipemd-rs/releases/tag/v0.1.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "recipemd"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["d-k-bo <d-k-bo@mailbox.org>"]
66
description = "Parser for the RecipeMD format"

0 commit comments

Comments
 (0)