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 f310fa9 + 0ac478c commit 95992ffCopy full SHA for 95992ff
CHANGELOG.md
@@ -1,15 +1,18 @@
1
## Unreleased
2
+
3
+## 1.1.0
4
5
- Add uri to requiring libraries
-- Add base64 to dependency
6
+- Bump rubocop 1.39.0 to 1.60.2
7
- Bump rouge 4.1.0 to 4.2.0
8
-# 1.0.4
9
+## 1.0.4
10
11
- Drop Ruby 2.7 support
12
- Bump qiita_marker 0.23.6 to 0.23.9
13
- Drop Ubuntu 18.04 support
14
-# 1.0.3
15
+## 1.0.3
16
17
- Bump rake version to work with ruby 3.2
18
- Bump rouge 3.26.0 to 4.1.0
lib/qiita/markdown/version.rb
@@ -1,5 +1,5 @@
module Qiita
module Markdown
- VERSION = "1.0.4"
+ VERSION = "1.1.0"
end
0 commit comments