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 babc51e commit 77f1c59Copy full SHA for 77f1c59
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
-## [0.5.0] - Unreleased
+## [0.5.0] - 2020-12-21
8
### Added
9
- Added support for configuring the character set and collation for MySQL databases
10
at the global, table, and field level
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
- declare_schema (0.5.0.pre.3)
+ declare_schema (0.5.0)
rails (>= 4.2)
GEM
lib/declare_schema/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module DeclareSchema
- VERSION = "0.5.0.pre.3"
+ VERSION = "0.5.0"
end
0 commit comments