We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d675e2 + e601894 commit 75651deCopy full SHA for 75651de
CHANGELOG.md
@@ -6,8 +6,13 @@
6
7
### Changed
8
9
-- Update base CommonMarker version to `v0.23.9`.
10
-- Drop Ruby 2.7 support
+## 0.23.9.0 - 2023-05-16
+
11
+### Changed
12
13
+- [#40](https://github.com/increments/qiita_marker/pull/40)
14
+ - Update base CommonMarker version to `v0.23.9`.
15
+ - Drop Ruby 2.7 support
16
17
## 0.23.6.2 - 2022-11-18
18
lib/qiita_marker/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module QiitaMarker
4
- VERSION = "0.23.6.2"
+ VERSION = "0.23.9.0"
5
end
0 commit comments