We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4ed50 commit c77fe98Copy full SHA for c77fe98
CHANGELOG.md
@@ -4,7 +4,7 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
5
Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [1.2.0] - Unreleased
+## [1.2.0] - 2022-09-14
8
### Added
9
- Added a rake task definition that can be optionally included into a non-Rails project to generate
10
schema migrations.
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
- declare_schema (1.2.0.pre.1)
+ declare_schema (1.2.0)
rails (>= 5.0)
GEM
lib/declare_schema/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module DeclareSchema
- VERSION = "1.2.0.pre.1"
+ VERSION = "1.2.0"
end
0 commit comments