Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattr- committed Nov 14, 2014
1 parent 68c6587 commit 70ae16f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
= 0.11.0 / 2014-11-14

* Add support for Slack chat rooms
* Convert chat room ids from integers to strings
* Ensure build completion works with new Jenkins versions
* Allow custom build templates to be provided when setting up projects
* Mark builds that are queued in Jenkins as pending on GitHub
* Delete and recreate hooks when setting up repositories
* Add the ability to delete repos via `/ci delete`
* Get detailed info about repos via `/ci show`
* Send updates from Janky as a separate context to GitHub

= 0.10.2 / 2013-10-02

* Revert AR deprecation warnings
Expand Down
3 changes: 3 additions & 0 deletions janky.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ lib/janky/database/migrate/1317384651_add_more_build_indexes.rb
lib/janky/database/migrate/1317384652_change_commit_message_to_text.rb
lib/janky/database/migrate/1317384653_add_build_pusher.rb
lib/janky/database/migrate/1317384654_add_build_queued_at.rb
lib/janky/database/migrate/1317384655_add_template.rb
lib/janky/database/migrate/1398262033_add_context.rb
lib/janky/database/migrate/1400144784_change_room_id_to_string.rb
lib/janky/database/schema.rb
lib/janky/database/seed.dump.gz
lib/janky/exception.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/janky/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Janky
VERSION = "0.10.3"
VERSION = "0.11.0"
end

0 comments on commit 70ae16f

Please sign in to comment.