Skip to content

Commit 727107a

Browse files
[Release] Bumped the version to 1.6.0.
1 parent 67aeb4a commit 727107a

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

CHANGELOG.md

+20-16
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
### next
22

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

59
### 1.5.1 (17 January 2025)
610

7-
* Added the logger dependency (#15)
11+
* Added the logger dependency ([#15](https://github.com/hausgold/alarmable/pull/15))
812

913
### 1.5.0 (14 January 2025)
1014

11-
* Switched to Zeitwerk as autoloader (#14)
15+
* Switched to Zeitwerk as autoloader ([#14](https://github.com/hausgold/alarmable/pull/14))
1216

1317
### 1.4.0 (12 January 2025)
1418

1519
* Just a retag of 1.3.0
1620

1721
### 1.3.0 (3 January 2025)
1822

19-
* Upgraded PostgreSQL to 16.4 (#10)
20-
* Upgraded PostgreSQL to 16.6 (#11)
21-
* Upgraded PostgreSQL to 17.2 (#12)
22-
* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#13)
23+
* Upgraded PostgreSQL to 16.4 ([#10](https://github.com/hausgold/alarmable/pull/10))
24+
* Upgraded PostgreSQL to 16.6 ([#11](https://github.com/hausgold/alarmable/pull/11))
25+
* Upgraded PostgreSQL to 17.2 ([#12](https://github.com/hausgold/alarmable/pull/12))
26+
* Raised minimum supported Ruby/Rails version to 2.7/6.1 ([#13](https://github.com/hausgold/alarmable/pull/13))
2327

2428
### 1.2.4 (15 August 2024)
2529

@@ -35,25 +39,25 @@
3539

3640
### 1.2.1 (9 August 2024)
3741

38-
* Added API docs building to continuous integration (#9)
42+
* Added API docs building to continuous integration ([#9](https://github.com/hausgold/alarmable/pull/9))
3943

4044
### 1.2.0 (8 July 2024)
4145

42-
* Upgraded to PostgreSQL 15.2 and Redis 7.0 (#5)
43-
* Moved the development dependencies from the gemspec to the Gemfile (#6)
44-
* Dropped support for Ruby <2.7 (#8)
46+
* Upgraded to PostgreSQL 15.2 and Redis 7.0 ([#5](https://github.com/hausgold/alarmable/pull/5))
47+
* Moved the development dependencies from the gemspec to the Gemfile ([#6](https://github.com/hausgold/alarmable/pull/6))
48+
* Dropped support for Ruby <2.7 ([#8](https://github.com/hausgold/alarmable/pull/8))
4549

4650
### 1.1.0 (24 February 2023)
4751

4852
* Added support for Gem release automation
4953

5054
### 1.0.0 (18 January 2023)
5155

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

5862
### 0.1.2 (15 October 2021)
5963

@@ -68,7 +72,7 @@
6872
* Configured simplecov correctly
6973
* Switched to SVG project teasers
7074
* Dropped support for EOL Ruby 2.2 and added 2.6
71-
* Updated Code Climate configs (#1)
75+
* Updated Code Climate configs ([#1](https://github.com/hausgold/alarmable/pull/1))
7276
* Changed travis-ci.org to travis-ci.com links
7377
* Corrected the GNU Make release target
7478

lib/alarmable/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The gem version details.
44
module Alarmable
55
# The version of the +alarmable+ gem
6-
VERSION = '1.5.1'
6+
VERSION = '1.6.0'
77

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

0 commit comments

Comments
 (0)