Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@

### Changed

- Update base CommonMarker version to `v0.23.9`.
- Drop Ruby 2.7 support
## 0.23.9.0 - 2023-05-16

### Changed

- [#40](https://github.com/increments/qiita_marker/pull/40)
- Update base CommonMarker version to `v0.23.9`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- Drop Ruby 2.7 support

## 0.23.6.2 - 2022-11-18

Expand Down
2 changes: 1 addition & 1 deletion lib/qiita_marker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module QiitaMarker
VERSION = "0.23.6.2"
VERSION = "0.23.9.0"
end