Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Mar 1, 2024
1 parent 903a039 commit 009997a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [Unreleased]

## 0.1.3 - 3/1/24

- update dependencies
- add github actions and dependabot config
- add rubygems rake tasks

## 0.1.2 - 1/16/24

- Add port number to https url log line
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:
puma-acme (0.1.3.pre)
puma-acme (0.1.3)
acme-client (~> 2.0.13)
pstore (~> 0.1)
puma (~> 6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/acme/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Puma
module Acme
VERSION = '0.1.3.pre'
VERSION = '0.1.3'
end
end

0 comments on commit 009997a

Please sign in to comment.