Skip to content

Commit

Permalink
Add release notes and bump to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p8 committed Jan 5, 2022
1 parent 6899f88 commit ab3389c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
=====
Expand Down
2 changes: 1 addition & 1 deletion lib/sdoc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SDoc
VERSION = '2.2.0'
VERSION = '2.3.0'
end

0 comments on commit ab3389c

Please sign in to comment.