Skip to content

Commit 318d30d

Browse files
committed
Bump minor version.
1 parent f2f719c commit 318d30d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/markly/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# Copyright, 2020-2025, by Samuel Williams.
88

99
module Markly
10-
VERSION = "0.14.1"
10+
VERSION = "0.15.0"
1111
end

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Please see the [project documentation](https://ioquatix.github.io/markly/) for m
2828

2929
Please see the [project releases](https://ioquatix.github.io/markly/releases/index) for all releases.
3030

31-
### Unreleased
31+
### v0.15.0
3232

3333
- Introduced `Markly::Renderer::Headings` class for extracting headings from markdown documents with automatic duplicate ID resolution. When rendering HTML with `ids: true`, duplicate heading text now automatically gets unique IDs (`deployment`, `deployment-2`, `deployment-3`). The `Headings` class can also be used to extract headings for building navigation or table of contents.
3434

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.15.0
44

55
- Introduced `Markly::Renderer::Headings` class for extracting headings from markdown documents with automatic duplicate ID resolution. When rendering HTML with `ids: true`, duplicate heading text now automatically gets unique IDs (`deployment`, `deployment-2`, `deployment-3`). The `Headings` class can also be used to extract headings for building navigation or table of contents.
66

0 commit comments

Comments
 (0)