Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaddell committed Oct 23, 2020
1 parent 8bc9229 commit 3d9bf9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - Unreleased
## [0.1.0] - 2020-10-23
### Added
- Added an adapter for Rails 4, 5, and 6.
- Added appraisals for Rails 4, 5, and 6.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fibered_mysql2 (0.1.0.pre.5)
fibered_mysql2 (0.1.0)
em-synchrony (~> 1.0)
rails (>= 4.2, < 7)

Expand Down
2 changes: 1 addition & 1 deletion lib/fibered_mysql2/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FiberedMysql2
VERSION = "0.1.0.pre.5"
VERSION = "0.1.0"
end

0 comments on commit 3d9bf9c

Please sign in to comment.