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

Commit 70ae16f

Browse files
committed
v0.11.0
1 parent 68c6587 commit 70ae16f

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
= 0.11.0 / 2014-11-14
2+
3+
* Add support for Slack chat rooms
4+
* Convert chat room ids from integers to strings
5+
* Ensure build completion works with new Jenkins versions
6+
* Allow custom build templates to be provided when setting up projects
7+
* Mark builds that are queued in Jenkins as pending on GitHub
8+
* Delete and recreate hooks when setting up repositories
9+
* Add the ability to delete repos via `/ci delete`
10+
* Get detailed info about repos via `/ci show`
11+
* Send updates from Janky as a separate context to GitHub
12+
113
= 0.10.2 / 2013-10-02
214

315
* Revert AR deprecation warnings

janky.gemspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ lib/janky/database/migrate/1317384651_add_more_build_indexes.rb
7474
lib/janky/database/migrate/1317384652_change_commit_message_to_text.rb
7575
lib/janky/database/migrate/1317384653_add_build_pusher.rb
7676
lib/janky/database/migrate/1317384654_add_build_queued_at.rb
77+
lib/janky/database/migrate/1317384655_add_template.rb
78+
lib/janky/database/migrate/1398262033_add_context.rb
79+
lib/janky/database/migrate/1400144784_change_room_id_to_string.rb
7780
lib/janky/database/schema.rb
7881
lib/janky/database/seed.dump.gz
7982
lib/janky/exception.rb

lib/janky/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Janky
2-
VERSION = "0.10.3"
2+
VERSION = "0.11.0"
33
end

0 commit comments

Comments
 (0)