-
Notifications
You must be signed in to change notification settings - Fork 46
/
CHANGELOG
45 lines (36 loc) · 1.37 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
v 0.8.1
- Improve error reporting when interacting with PivotalTracker
- Add SSL project support [bunnymatic (Mr Rogers)]
- Improve method of collecting story ID from branch name
v 0.8.0
- Drop home-rolled PivotalTracker API for pivotal-tracker gem
- Add Gemfile for easier development
- Add better test suite with Cucumber and Aruba
- Add option for appending the branch name (rather than prepending) [Addy
Naik]
- Add new `git info` command [Addy Naik]
v 0.2.3
- Allow the developer to specify the integration branch for git finish [Graeme Mathieson]
- Fixed bug which prevented chores from finishing successfully [Joshua Vial]
- Added option to allow only pickup items already assigned to you [Mark Butcher]
- Fix RestClient version issues
v 0.2.2
- Added git chore command
v 0.2.1
- Remove &:to_s shortcut for MRI 1.8.6 compatibility
- Updated to handle RestClient 1.4
v 0.2.0
- Added git feature and git bug commands
- Deprecated git feature
- Improved XPath reliability for Pivotal API requests [Sam Stokes]
v 0.1.3
- Fixed bug preventing command line args from being properly interpretted
v 0.1.2
- Fixed bug introduced in v 0.1.1 which prevented git pick from completing
v 0.1.1
- Updated git pick to tell Pivotal who owns the picked feature
- Improved Pivotal Tracker framework write ability
v 0.1.0
- Initial release
- Basic framework for reading from Pivotal Tracker
- git pick utility