Skip to content

Commit 42217f5

Browse files
[Release] Bumped the version to 3.10.0.
1 parent 961ed4b commit 42217f5

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

CHANGELOG.md

+18-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
### next
22

3-
* Added all versions up to Ruby 3.4 to the CI matrix (#12)
3+
* TODO: Replace this bullet point with an actual description of a change.
4+
5+
### 3.10.0 (30 January 2025)
6+
7+
* Added all versions up to Ruby 3.4 to the CI matrix ([#12](https://github.com/hausgold/conversejs/pull/12))
48

59
### 3.9.0 (23 January 2025)
610

7-
* Added support for Rails 7.1 (#11)
11+
* Added support for Rails 7.1 ([#11](https://github.com/hausgold/conversejs/pull/11))
812

913
### 3.8.1 (17 January 2025)
1014

11-
* Added the logger dependency (#10)
15+
* Added the logger dependency ([#10](https://github.com/hausgold/conversejs/pull/10))
1216

1317
### 3.8.0 (12 January 2025)
1418

15-
* Switched to Zeitwerk as autoloader (#9)
19+
* Switched to Zeitwerk as autoloader ([#9](https://github.com/hausgold/conversejs/pull/9))
1620

1721
### 3.7.0 (3 January 2025)
1822

19-
* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#8)
23+
* Raised minimum supported Ruby/Rails version to 2.7/6.1 ([#8](https://github.com/hausgold/conversejs/pull/8))
2024

2125
### 3.6.5 (15 August 2024)
2226

@@ -36,24 +40,24 @@
3640

3741
### 3.6.1 (9 August 2024)
3842

39-
* Added API docs building to continuous integration (#7)
43+
* Added API docs building to continuous integration ([#7](https://github.com/hausgold/conversejs/pull/7))
4044

4145
### 3.6.0 (8 July 2024)
4246

43-
* Moved the development dependencies from the gemspec to the Gemfile (#5)
44-
* Dropped support for Ruby <2.7 (#6)
47+
* Moved the development dependencies from the gemspec to the Gemfile ([#5](https://github.com/hausgold/conversejs/pull/5))
48+
* Dropped support for Ruby <2.7 ([#6](https://github.com/hausgold/conversejs/pull/6))
4549

4650
### 3.5.0 (24 February 2023)
4751

4852
* Added support for Gem release automation
4953

5054
### 3.4.0 (18 January 2023)
5155

52-
* Bundler >= 2.3 is from now on required as minimal version (#3)
53-
* Dropped support for Ruby < 2.5 (#3)
54-
* Dropped support for Rails < 5.2 (#3)
56+
* Bundler >= 2.3 is from now on required as minimal version ([#3](https://github.com/hausgold/conversejs/pull/3))
57+
* Dropped support for Ruby < 2.5 ([#3](https://github.com/hausgold/conversejs/pull/3))
58+
* Dropped support for Rails < 5.2 ([#3](https://github.com/hausgold/conversejs/pull/3))
5559
* Updated all development/runtime gems to their latest
56-
Ruby 2.5 compatible version (#3)
60+
Ruby 2.5 compatible version ([#3](https://github.com/hausgold/conversejs/pull/3))
5761

5862
### 3.3.6 (15 October 2021)
5963

@@ -64,9 +68,9 @@
6468

6569
* Corrected the badge links
6670
* Switched to SVG project teasers
67-
* Updated Travis CI and Code Climate configs (#1)
71+
* Updated Travis CI and Code Climate configs ([#1](https://github.com/hausgold/conversejs/pull/1))
6872
* Changed travis-ci.org to travis-ci.com links
69-
* Fix the broken tests for Sprockets 4+ (#2)
73+
* Fix the broken tests for Sprockets 4+ ([#2](https://github.com/hausgold/conversejs/pull/2))
7074

7175
### 3.3.4 (9 May 2018)
7276

lib/conversejs/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The gem version details.
44
module Conversejs
55
# The version of the +conversejs+ gem
6-
VERSION = '3.9.0'
6+
VERSION = '3.10.0'
77

88
class << self
99
# Returns the version of gem as a string.

0 commit comments

Comments
 (0)