From e5ea0b788f0b643ee704332a0405dbd17ba20c71 Mon Sep 17 00:00:00 2001 From: William Storey Date: Thu, 3 Apr 2025 14:36:26 -0700 Subject: [PATCH 1/2] Apply release workflow fixes from MaxMind-DB-Reader-ruby --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b7b466..bcdc732 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + submodules: true persist-credentials: false # zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces. @@ -29,6 +30,8 @@ jobs: with: ruby-version: ruby + - run: bundle install + # zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces. # specify that we want the v1 branch. - uses: rubygems/release-gem@refs/heads/v1 From e801761b7defc52d3840e4c8714f824853756915 Mon Sep 17 00:00:00 2001 From: William Storey Date: Thu, 3 Apr 2025 14:36:59 -0700 Subject: [PATCH 2/2] Bump copyright year --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4129155..6f4edf6 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ This library uses [Semantic Versioning](https://semver.org/). ## Copyright and License -This software is Copyright (c) 2020-2024 by MaxMind, Inc. +This software is Copyright (c) 2020-2025 by MaxMind, Inc. This is free software, licensed under the [Apache License, Version 2.0](LICENSE-APACHE) or the [MIT License](LICENSE-MIT), at your option.