From ab3389c9ebd2ea4bd13aa16c0d873f0238b8e2bf Mon Sep 17 00:00:00 2001 From: Petrik Date: Wed, 5 Jan 2022 22:08:25 +0100 Subject: [PATCH] Add release notes and bump to 2.3.0 --- CHANGELOG.md | 9 ++++++++- lib/sdoc/version.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe44a13..dafc0949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ Master ====== -* #175 Avoid displaying source toggler for ghost methods +2.3.0 +===== + +* #178 Don't use rdoc 6.4.0 for now [@p8](https://github.com/p8) +* #177 Remove rake version constraint for ruby head [@p8](https://github.com/p8) +* #176 Make sidepanel work with relative paths/URLs [@p8](https://github.com/p8) +* #175 Avoid displaying source toggler for ghost methods [Robin Dupret](https://github.com/robin850) +* #174 Suppress unused variable warnings [Masataka Pocke Kuwabara](https://github.com/pocke) 2.2.0 ===== diff --git a/lib/sdoc/version.rb b/lib/sdoc/version.rb index 958c2067..0da6a3af 100644 --- a/lib/sdoc/version.rb +++ b/lib/sdoc/version.rb @@ -1,3 +1,3 @@ module SDoc - VERSION = '2.2.0' + VERSION = '2.3.0' end