Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Nov 23, 2023
1 parent 0f1f65f commit 8aae3ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.0.7
: Render links as reference links at the end of the file (`--links ref`) or per-paragraph (`--links para`). Defaults to inline (`--links inline`)
: Pad numbers on headline listing to preserve indentation

2.0.6
: Render links as reference links at the end of the file (`--links ref`) or per-paragraph (`--links para`). Defaults to inline (`--links inline`)
: Pad numbers on headline listing to preserve indentation
Expand Down
2 changes: 1 addition & 1 deletion lib/mdless/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CLIMarkdown
VERSION = '2.0.6'
VERSION = '2.0.7'
end

0 comments on commit 8aae3ce

Please sign in to comment.