Skip to content

Commit df48b71

Browse files
committed
Prepare release 8.0.1
1 parent 37afe42 commit df48b71

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Please follow the format in [Keep a Changelog](http://keepachangelog.com/)
66

77
## [NEXT]
88

9+
## [8.0.1] - 2025-12-12
10+
11+
- [Remove stderr message "Including for_alter statements"](https://github.com/departurerb/departure/pull/136)
12+
913
## [8.0.0] - 2025-11-24
1014

1115
- Bump [appraisal to 2.5.0](https://github.com/departurerb/departure/pull/129)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
departure (8.0.0)
4+
departure (8.0.1)
55
activerecord (>= 7.2.0)
66
mysql2 (>= 0.4.0, < 0.6.0)
77
railties (>= 7.2.0)

departure.gemspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ require 'departure/version'
88
Gem::Specification.new do |spec|
99
spec.name = 'departure'
1010
spec.version = Departure::VERSION
11-
spec.authors = ['Ilya Zayats', 'Pau Pérez', 'Fran Casas', 'Jorge Morante', 'Enrico Stano', 'Adrian Serafin', 'Kirk Haines', 'Guillermo Iguaran']
12-
spec.email = ['ilya.zayats@redbooth.com', 'pau.perez@redbooth.com', 'nflamel@gmail.com', 'jorge.morante@redbooth.com', 'adrian@softmad.pl', 'wyhaines@gmail.com', 'guilleiguaran@gmail.com']
13-
11+
spec.authors = ['Ilya Zayats', 'Pau Pérez', 'Fran Casas', 'Jorge Morante', 'Enrico Stano', 'Adrian Serafin', 'Kirk Haines', 'Guillermo Iguaran', 'Austin Story', 'Douglas Soares de Andrade']
12+
spec.email = ['ilya.zayats@redbooth.com', 'pau.perez@redbooth.com', 'nflamel@gmail.com', 'jorge.morante@redbooth.com', 'adrian@softmad.pl', 'wyhaines@gmail.com', 'guilleiguaran@gmail.com', 'lonnieastory@gmail.com', 'douglas@51street.dev']
1413
spec.summary = %q(pt-online-schema-change runner for ActiveRecord migrations)
1514
spec.description = %q(Execute your ActiveRecord migrations with Percona's pt-online-schema-change. Formerly known as Percona Migrator.)
1615
spec.homepage = 'https://github.com/departurerb/departure'

lib/departure/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Departure
2-
VERSION = '8.0.0'.freeze
2+
VERSION = '8.0.1'.freeze
33
end

0 commit comments

Comments
 (0)