Skip to content

Commit

Permalink
2.1.29
Browse files Browse the repository at this point in the history
#### IMPROVED

- More code cleanup, help output improvements

#### FIXED

- Line breaks in help output
- This release should fix an error on Ruby 2.7 in string.rb
  • Loading branch information
ttscoff committed Dec 15, 2023
1 parent 99cfdf0 commit aac730a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2.1.26

2.1.29
: More code cleanup, help output improvements
: Line breaks in help output
: This release should fix an error on Ruby 2.7 in string.rb

2.1.28
: Default to 0 width, which makes the width the column width of the terminal
: Don't save a --width setting to config, require that to be manually updated if desired
Expand Down
2 changes: 1 addition & 1 deletion lib/mdless/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CLIMarkdown
VERSION = '2.1.28'
VERSION = '2.1.29'
end

0 comments on commit aac730a

Please sign in to comment.