From b9b1f35c999b6b5387957e1c2626959869356688 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 1 May 2024 23:19:55 +0800 Subject: [PATCH] Bump version to v1.13.0 (#941) * Bump version to v1.13.0 * Add Documentation category to changelog --- .github/release.yml | 3 +++ lib/irb/version.rb | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 354779dc5..c13e7050c 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -8,6 +8,9 @@ changelog: - title: 🐛 Bug Fixes labels: - bug + - title: 📚 Documentation + labels: + - documentation - title: 🛠 Other Changes labels: - "*" diff --git a/lib/irb/version.rb b/lib/irb/version.rb index 9a7b12766..146daf725 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.12.0" + VERSION = "1.13.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-03-06" + @LAST_UPDATE_DATE = "2024-05-01" end