Skip to content

Commit

Permalink
Merge pull request #5 from doximity/jh_add_query_types_try_two
Browse files Browse the repository at this point in the history
Reverted circleci config to debug publishing issue
Prepared version 0.5.1 for release.
  • Loading branch information
jeremiahishere authored Jan 20, 2022
2 parents c06f09d + 011be03 commit 87e8cb8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,19 @@ workflows:
name: gem-build
requires:
- build
- pre-release-approval:
<<: *pr_only
type: approval
requires:
- gem-build
- gem/publish:
<<: *pr_only
name: gem-publish
to_rubygems: true
pre_release: true
requires:
- pre-release-approval
context: artifact_publishing

final-release:
jobs:
Expand All @@ -102,3 +115,11 @@ workflows:
name: gem-build
requires:
- build
- gem/publish:
<<: *version_tags_only
name: gem-publish
to_rubygems: true
pre_release: false
requires:
- gem-build
context: artifact_publishing
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

## 0.5.1 01/20/2022
* Fixed the publishing process

## 0.5.0 01/18/2022
* Added db.query_type and db.query_category tags
* Added forwards compatibility code for the connection_config for rails 6.2
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
activerecord-instrumentation (0.5.0)
activerecord-instrumentation (0.5.1)
activerecord
opentracing (~> 0.5)

Expand Down
2 changes: 1 addition & 1 deletion lib/active_record/open_tracing/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveRecord
module OpenTracing
VERSION = "0.5.0"
VERSION = "0.5.1"
end
end

0 comments on commit 87e8cb8

Please sign in to comment.