From 5089089f5226cc1a68a4bb72b7394ced42f3de79 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Sun, 4 Feb 2024 11:11:01 +0000 Subject: [PATCH] v3.13.0 --- .github/workflows/ci.yml | 4 ++-- Changelog.md | 5 ++++- lib/rspec/mocks/version.rb | 2 +- maintenance-branch | 2 +- script/clone_all_rspec_repos | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7e4098a3..d2cb7682b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# This file was generated on 2023-12-25T16:07:49+00:00 from the rspec-dev repo. +# This file was generated on 2023-12-26T21:12:38+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. name: RSpec CI @@ -19,7 +19,7 @@ concurrency: env: RSPEC_CI: true # This tells rspec-rails what branch to run in ci - RSPEC_VERSION: '= 3.13.0.pre' + RSPEC_VERSION: '~> 3.13.0' jobs: rubocop: name: Rubocop diff --git a/Changelog.md b/Changelog.md index 99ea21948..a4b28fb1f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### Development -[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.7...main) +[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.13.0...main) + +### 3.13.0 / 2024-02-04 +[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.7...v3.13.0) Enhancements: diff --git a/lib/rspec/mocks/version.rb b/lib/rspec/mocks/version.rb index 46079f2d1..e51b3f787 100644 --- a/lib/rspec/mocks/version.rb +++ b/lib/rspec/mocks/version.rb @@ -3,7 +3,7 @@ module Mocks # Version information for RSpec mocks. module Version # Version of RSpec mocks currently in use in SemVer format. - STRING = '3.13.0.pre' + STRING = '3.13.0' end end end diff --git a/maintenance-branch b/maintenance-branch index ba2906d06..a71b13e28 100644 --- a/maintenance-branch +++ b/maintenance-branch @@ -1 +1 @@ -main +3-13-maintenance diff --git a/script/clone_all_rspec_repos b/script/clone_all_rspec_repos index 1f93877e4..85b3961cc 100755 --- a/script/clone_all_rspec_repos +++ b/script/clone_all_rspec_repos @@ -12,7 +12,7 @@ if is_mri; then clone_repo "rspec-core" clone_repo "rspec-expectations" clone_repo "rspec-mocks" - clone_repo "rspec-rails" + clone_repo "rspec-rails" "6-1-maintenance" if rspec_support_compatible; then clone_repo "rspec-support"