Skip to content

Commit

Permalink
Prepare for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreid committed Aug 13, 2024
1 parent cefd5b8 commit 892d280
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
= CHANGELOG

== 1.0.2

* Remove a byebug debugger statement that crept in, whoops!

== 1.0.1

* Improve regexes removing DEFINER clause from CREATE PROCEDURE and CREATE
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Remove a trigger:
Only works with mysql for now.


== Version 1.0.1, updated 2024-01-31
== Version 1.0.2, updated 2024-01-31

GrowKudos / Engineering team added support for Active Record 6.1
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
2 changes: 1 addition & 1 deletion trackless_triggers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "trackless_triggers"
s.version = "1.0.1"
s.version = "1.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Patterson", "Christian Eager", "Alexander Presber"]
Expand Down

0 comments on commit 892d280

Please sign in to comment.