Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tpitale committed Feb 4, 2024
1 parent 6d7f94d commit 38c0cde
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
3.2
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 3.2.2
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## mail_room 0.11.0 ##

https://github.com/tpitale/mail_room/compare/v0.10.1...v0.11.0

## mail_room 0.10.1 ##

* Fix db attribute on redis URL PR#130 - @jarkaK
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,13 +454,3 @@ respectively and MailRoom will log there.
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
6. If accepted, ask for commit rights

## TODO ##

1. specs, this is just a (working) proof of concept √
2. finish code for POSTing to callback with auth √
3. accept mailbox configuration for one account directly on the commandline; or ask for it
4. add example rails endpoint, with auth examples
5. add example configs for upstart/init.d √
6. log to stdout √
7. add a development mode that opens in letter_opener by ryanb √
2 changes: 1 addition & 1 deletion lib/mail_room/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module MailRoom
# Current version of MailRoom gem
VERSION = "0.10.1"
VERSION = "0.11.0"
end

0 comments on commit 38c0cde

Please sign in to comment.