Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed Jan 17, 2024
1 parent 4d2f53c commit d1aa4a7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# v0.21.2
* Change: Trilogy ActiveRecord adapter will not bypass "SAVEPOINT RELEASE" unless it uses the ActiveRecord default name and only 2 levels of nesting
* Change: The bypass for COMMIT/ROLLBACK statements assumes current ActiveRecord behaviour, that is no blank spaces or ";" chracter at the end of the statement

# v0.21.1

* Fix valid_raw_connection check
Expand Down
18 changes: 15 additions & 3 deletions Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/semian/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Semian
VERSION = "0.21.1"
VERSION = "0.21.2"
end

3 comments on commit d1aa4a7

@miry
Copy link
Contributor

@miry miry commented on d1aa4a7 Feb 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@miry
Copy link
Contributor

@miry miry commented on d1aa4a7 Feb 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was also a step to duplicate release in Github. https://github.com/Shopify/semian/blob/main/RELEASE.md#github-release
I think it could be automated with Github actions.

#476

@camilo
Copy link
Contributor Author

@camilo camilo commented on d1aa4a7 Feb 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@camilo I think you pushed tag v https://github.com/Shopify/semian/releases/tag/v

yikes I probably had an un-set env var

Please sign in to comment.