Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Herrmann committed Sep 18, 2015
1 parent 1786265 commit 231b59a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,32 @@
* added --gerrit option, needed for pushing new branchs to gerrit [BS-202]
* fixed exception on rim sync after moving working copy [BS-248]

# 1.1.1

* fixed rim sync fails if CRLF warning is present [BS-281]
* fixed rim upload fails to upload claiming branch does not exist [BS-264]

# 1.1.2

* fixed Exception in rim sync when autocrlf is turned on [BS-233]

# 1.1.3

* added -n (no review) option to rim upload.
* fixed rim sync doesn't handle filename case changes correctly [BS-254]
* made preparation of mirrored workspace more robust

# 1.1.4

* allow sync and upload on touched git working repository.

# 1.1.5

* fixed workaround for windows file lock problem [BS-308]

# 1.2.0

* changed commit strategy for sync to automatic squashing to a single commit. Added -s option to force separate commits.
* added -a option to allow simple specification of multiple syncs.
* added -r option that allows sync and rebase in one step [BS-319]
* fixed exception in rim sync when -u option is not provided [BS-232]
2 changes: 1 addition & 1 deletion lib/rim/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module RIM

module Version

Version = "1.1.5"
Version = "1.2.0"

end

Expand Down

0 comments on commit 231b59a

Please sign in to comment.