Skip to content

Commit cbd3556

Browse files
Released v0.9.0 (#80)
* Released v1. Signed-off-by: Bartlomiej Plotka <[email protected]> * Change to v0.9.0 Signed-off-by: Saswata Mukherjee <[email protected]> Co-authored-by: Saswata Mukherjee <[email protected]>
1 parent e6f8545 commit cbd3556

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ We use *breaking* word for marking changes that are not backward compatible (rel
1010

1111
## Unreleased
1212

13+
## [v0.9.0](https://github.com/bwplotka/mdox/releases/tag/v0.9.0)
14+
1315
### Added
1416

1517
* [#20](https://github.com/bwplotka/mdox/pull/20) Add quotes to frontmatter

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
package version
55

66
// Version returns 'mdox' version.
7-
const Version = "v0.2.1"
7+
const Version = "v0.9.0"

0 commit comments

Comments
 (0)