From 1d77e9ddb0c8cefc64d6b819752ea925345134cd Mon Sep 17 00:00:00 2001 From: Kevin Dangoor Date: Tue, 13 Aug 2024 13:27:45 -0400 Subject: [PATCH 1/2] Update changelog for 4.5 (#735) * Update changelog for 4.5 * Update README with instructions for releases. Looks like the right way to do a release is on GitHub itself and not on the command line. --- CHANGELOG.md | 8 +++++++- README.md | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a912bc09..69710c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 4.5.0 + +### Changed + +- Bumped a number of dependencies for security fixes + ## 4.4.0 ### Added @@ -132,7 +138,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Comparing dependency license contents now finds matching contents regardless of the order of the licenses (https://github.com/github/licensed/pull/516) -- Fixed typo in a link in README.md (https://github.com/github/licensed/pull/514) +- Fixed typo in a link in README.md (https://github.com/github/licensed/pull/514) ### Changed diff --git a/README.md b/README.md index 946d57dc..e6844b57 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Licensed v3 includes a breaking change if both of the following are true: 1. a project uses bundler to manage ruby dependencies 2. a project uses the self-contained executable build of licensed -All other usages of licensed should not encounter any major changes migrating from the latest 2.x build to 3.0. +All other usages of licensed should not encounter any major changes migrating from the latest 2.x build to 3.0. See [CHANGELOG.md](./CHANGELOG.md) for more details on what's changed. See the [v3 migration documentation](./docs/migrations/v3.md) for more info on migrating to v3. @@ -94,7 +94,7 @@ To get started after checking out the repo, run You can also run `script/console` for an interactive prompt that will allow you to experiment. -To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). +To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then create a release on GitHub. ### Adding a new source From ce7794fd88f963468fba4da693c7b8cf51bb1bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:28:08 -0400 Subject: [PATCH 2/2] Bump parallel from 1.25.1 to 1.26.2 (#736) * Bump parallel from 1.25.1 to 1.26.2 Bumps [parallel](https://github.com/grosser/parallel) from 1.25.1 to 1.26.2. - [Commits](https://github.com/grosser/parallel/compare/v1.25.1...v1.26.2) --- updated-dependencies: - dependency-name: parallel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update licensed cache --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Dangoor --- .licenses/bundler/parallel.dep.yml | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.licenses/bundler/parallel.dep.yml b/.licenses/bundler/parallel.dep.yml index 18172582..c6d3e870 100644 --- a/.licenses/bundler/parallel.dep.yml +++ b/.licenses/bundler/parallel.dep.yml @@ -1,6 +1,6 @@ --- name: parallel -version: 1.25.1 +version: 1.26.2 type: bundler summary: Run any kind of code in parallel processes homepage: https://github.com/grosser/parallel diff --git a/Gemfile.lock b/Gemfile.lock index 7723ffe4..9f17caa1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM octokit (6.1.0) faraday (>= 1, < 3) sawyer (~> 0.9) - parallel (1.25.1) + parallel (1.26.2) parser (3.2.0.0) ast (~> 2.4.1) pathname-common_prefix (0.0.2)