Skip to content

Commit cab8cfd

Browse files
committed
v10.0.0
1 parent 4d782a1 commit cab8cfd

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## v10.0.0 - 2026-01-19
4+
35
- Added support for symbols.
46

57
## v9.0.0 - 2026-01-14

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ This project is a work in progress. So far it supports:
5959
- [x] Smart replacing of `...` with ellipsis
6060
- [x] Smart replacing of hyphens with dashes
6161
- [x] Span with attributes
62+
- [x] Symbols
6263
- [x] Thematic breaks
6364
- [x] Unordered lists

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "jot"
2-
version = "9.0.0"
2+
version = "10.0.0"
33
gleam = ">= 1.5.0"
44
description = "A parser for Djot, a markdown-like language"
55
licences = ["Apache-2.0"]

0 commit comments

Comments
 (0)