Skip to content

Commit

Permalink
[gem] bump version + ignore .gemspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustam Ibragimov committed Jul 17, 2023
1 parent 600ea51 commit f2d38f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
.rspec_status

log
*.gemspec
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.14.0] -2023-07-17
### Added
- `Fibered Connection Pool` extension;

## [0.9.0] 2022-07-01
### Added
- Add `--server` option to `rails dbconsole` command.
Expand Down
2 changes: 1 addition & 1 deletion umbrellio-sequel-plugins.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
gem_version = "0.13.0"
gem_version = "0.14.0"

if ENV.fetch("PUBLISH_JOB", nil)
release_version = "#{gem_version}.#{ENV.fetch("GITHUB_RUN_NUMBER")}"
Expand Down

0 comments on commit f2d38f2

Please sign in to comment.