Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Aug 3, 2023
1 parent e268061 commit fb898ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### Unreleased

### 0.1.1

* Skip SchemaMigration SQL events
* Safely ignore failures to create signalman_events when the table doesn't exist

### 0.1.0

* Initial release with basic functionality
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
signalman (0.1.0)
signalman (0.1.1)
rails (>= 7.0.0)

GEM
Expand Down Expand Up @@ -108,6 +108,8 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-darwin)
racc (~> 1.4)
puma (6.3.0)
Expand Down Expand Up @@ -156,6 +158,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.3-arm64-darwin)
sqlite3 (1.6.3-x86_64-darwin)
thor (1.2.2)
timeout (0.4.0)
Expand All @@ -176,6 +179,7 @@ GEM
zeitwerk (2.6.9)

PLATFORMS
arm64-darwin-22
x86_64-darwin-22

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion lib/signalman/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Signalman
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit fb898ca

Please sign in to comment.