forked from trydionel/git-pivotal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
32 lines (25 loc) · 948 Bytes
/
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
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