Skip to content

Commit 6c21077

Browse files
authored
Merge pull request #27 from increments/release-v1.6.0
Release v1.6.0
2 parents 5a286ab + 347334e commit 6c21077

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## Unreleased
22

3+
## v1.6.0
4+
35
- Require Ruby 3.2.0 or higher
46
- Pin github actions
7+
- Add a dependency on the uri gem to use version 1.0.4 or higher
58

69
## v1.5.0
710

lib/qiita/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Qiita
2-
VERSION = "1.5.0"
2+
VERSION = "1.6.0"
33
end

0 commit comments

Comments
 (0)