Skip to content

Commit

Permalink
release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danc86 committed Apr 21, 2024
1 parent d6bcac5 commit 76d6195
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
William Morgan <william at the twitter dot coms>
Rich Lane <rlane at the club.cc.cmu dot edus>
Gaute Hope <eg at the gaute.vetsj dot coms>
Whyme Lyu <callme5long at the gmail dot coms>
Dan Callaghan <djc at the djc.id dot aus>
Whyme Lyu <callme5long at the gmail dot coms>
Hamish Downer <dmishd at the gmail dot coms>
Zeger-Jan van de Weg <mail at the zjvandeweg dot nls>
Damien Leone <damien.leone at the fensalir dot frs>
Expand Down Expand Up @@ -87,6 +87,8 @@ Todd Eisenberger <teisenbe at the andrew.cmu dot edus>
Johannes Larsen <mail at the johslarsen dot nets>
Steven Schmeiser <steven at the schmeiser dot orgs>
Steven Walter <swalter at the monarch.(none)>
Patrice Duroux <patrice.duroux at the gmail dot coms>
gclv <gh at the sg.ggoncalves dot mes>
Utkarsh Gupta <utkarsh at the debian dot orgs>
Michael Dwyer <mdwyer at the michaelmdwyer dot coms>
Kyle Hunt <Kyle_Hunt at the ymail dot coms>
Expand Down
12 changes: 12 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
== 1.2 / 2024-04-21

* #619: Sup is now compatible with and tested on Ruby 3.2 and Ruby 3.3.
(Dan Callaghan)
* #603: Fixed deprecated usage of Enumerator.new, which caused a crash on
Ruby 3+. (Gui Goncalves)
* OutOfSyncSourceErrors now show an error message in the thread view in place
of the out-of-sync message body, instead of crashing. (Dan Callaghan)
* #613: When installing Sup as a gem, the dependency on xapian-ruby is now
skipped if the SUP_SKIP_XAPIAN_GEM_INSTALL environment variable is set.
Previously it was skipped unconditionally on OpenBSD only. (Dan Callaghan)

== 1.1 / 2022-05-23

* #588, #577: Sup is now compatible with and tested on Ruby 3.0 and Ruby 3.1.
Expand Down
2 changes: 1 addition & 1 deletion lib/sup/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ def git_suffix
end

module Redwood
VERSION = "1.1#{git_suffix}"
VERSION = "1.2"
end

0 comments on commit 76d6195

Please sign in to comment.