Skip to content

Commit 8993cef

Browse files
authored
Merge pull request #80 from maxmind/horgh/release
Release 1.3.0/1.3.1/1.3.2
2 parents 7db3828 + 3209b61 commit 8993cef

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:
23+
submodules: true
2324
persist-credentials: false
2425

2526
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
@@ -29,6 +30,8 @@ jobs:
2930
with:
3031
ruby-version: ruby
3132

33+
- run: bundle install
34+
3235
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
3336
# specify that we want the v1 branch.
3437
- uses: rubygems/release-gem@refs/heads/v1

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## 1.3.0
3+
## 1.3.2 (2025-04-03)
4+
5+
* Re-release to fix a release script problem. There are no code changes.
6+
7+
## 1.3.1 (2025-04-03)
8+
9+
* Re-release to fix a release script problem. There are no code changes.
10+
11+
## 1.3.0 (2025-04-03)
412

513
* Ruby 3.0+ is now required. If you're using Ruby 2.5, 2.6, or 2.7, please
614
use version 1.2.0 of this gem.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This library uses [Semantic Versioning](https://semver.org/).
5656

5757
## Copyright and License
5858

59-
This software is Copyright (c) 2018 - 2024 by MaxMind, Inc.
59+
This software is Copyright (c) 2018 - 2025 by MaxMind, Inc.
6060

6161
This is free software, licensed under the [Apache License, Version
6262
2.0](LICENSE-APACHE) or the [MIT License](LICENSE-MIT), at your option.

maxmind-db.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*'])
66
s.name = 'maxmind-db'
77
s.summary = 'A gem for reading MaxMind DB files.'
8-
s.version = '1.2.0'
8+
s.version = '1.3.2'
99

1010
s.description = 'A gem for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).'
1111
s.email = '[email protected]'

0 commit comments

Comments
 (0)