Skip to content

Commit b2446e8

Browse files
committed
Improve version header formatting in changelog
1 parent e49d1e0 commit b2446e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

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

3-
## [Unreleased]
3+
## Unreleased
44
* Add symbolic operators to Parser, Extractor and Interpolator
55
* `<~>` and `<|>` as aliases for `andThen` and `orElse`, respectively
66
* `~>` and `<~` as specializations of `andThen` when one side or the other is Unit
@@ -22,5 +22,5 @@
2222
* `Repeated.quotedFromSplicesUsingBuilder` to splice the SplicePieces together using a arbitrary Builder
2323
* Fix scalajs sourcemaps to point at github-hosted files instead of a local file that almost certainly does not exist
2424

25-
## [0.1.0] 2024-02-01
25+
## [0.1.0](https://github.com/rayrobdod/string-context-parser-combinator/releases/tag/0.1.0) 2024-02-01
2626
Initial tagged version

0 commit comments

Comments
 (0)