Skip to content

Commit 62abf75

Browse files
authored
Patch cycle - 2024 / Cycle 2 (#417)
* Drop 3.1(EOL) and add 3.4 * Update copyright year * Update changelog and readme
1 parent 06253b8 commit 62abf75

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
strategy:
3131
matrix:
3232
ruby-version:
33-
- '3.1'
3433
- '3.2'
3534
- '3.3'
35+
- '3.4'
3636
- 'ruby-head'
3737
- 'truffleruby-head'
3838
steps:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).
44

55
## main
66

7+
- CHANGED: Minimum Ruby version is now 3.2
8+
79
## 9.0.1
810

911
- NEW: Added `alias_email` and `destination_email` to `EmailForward`

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2010-2024 DNSimple Corporation
3+
Copyright (c) 2010-2025 DNSimple Corporation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We provide a full API and an easy-to-use web interface so you can get your domai
1010

1111
## Requirements
1212

13-
- Ruby: MRI > 3.1+
13+
- Ruby: MRI > 3.2+
1414

1515
## Installation
1616

@@ -110,4 +110,4 @@ puts response.data
110110

111111
## License
112112

113-
Copyright (c) 2010-2024 DNSimple Corporation. This is Free Software distributed under the MIT license.
113+
Copyright (c) 2010-2025 DNSimple Corporation. This is Free Software distributed under the MIT license.

0 commit comments

Comments
 (0)