Skip to content

Commit 2401adc

Browse files
committed
Bump minor version.
1 parent b85bc78 commit 2401adc

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-2026, by Samuel Williams.
88

99
module Markly
10-
VERSION = "0.15.3"
10+
VERSION = "0.16.0"
1111
end

readme.md

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

2525
Please see the [project releases](https://socketry.github.io/markly/releases/index) for all releases.
2626

27-
### Unreleased
27+
### v0.16.0
2828

2929
- Update `cmark-gfm` from upstream, including a denial-of-service fix for tables with a large number of autocompleted cells, corrected `end_line` source positions for single-line and multi-line HTML blocks, and a fix for trailing newlines when rendering inline nodes.
3030
- Add support for front matter (`CMARK_OPT_FRONT_MATTER`): a `---` delimited block at the start of a document is captured as a `CMARK_NODE_FRONT_MATTER` node. The raw content is available via `node.string_content` and an optional format hint (e.g. `"yaml"`, `"toml"`) via `node.fence_info`.

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.16.0
44

55
- Update `cmark-gfm` from upstream, including a denial-of-service fix for tables with a large number of autocompleted cells, corrected `end_line` source positions for single-line and multi-line HTML blocks, and a fix for trailing newlines when rendering inline nodes.
66
- Add support for front matter (`CMARK_OPT_FRONT_MATTER`): a `---` delimited block at the start of a document is captured as a `CMARK_NODE_FRONT_MATTER` node. The raw content is available via `node.string_content` and an optional format hint (e.g. `"yaml"`, `"toml"`) via `node.fence_info`.

0 commit comments

Comments
 (0)