Skip to content

Commit 63cbfaf

Browse files
author
Vicent Marti
committed
Merge pull request #533 from libgit2/arthur/release-0.23.3
Release 0.23.3
2 parents 51eb13f + e277f43 commit 63cbfaf

File tree

3 files changed

+54
-3
lines changed

3 files changed

+54
-3
lines changed

CHANGELOG.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,61 @@
1+
2+
## Rugged 0.23.3 (October 6, 2015) ##
3+
4+
* Update bundled libgit2 to 0.23.3.
5+
6+
See https://github.com/libgit2/libgit2/releases/tag/v0.23.3
7+
for a list of fixed issues and new features.
8+
9+
*Arthur Schreiber*
10+
11+
## Rugged 0.23.2 (August 13, 2015) ##
12+
13+
* Update bundled libgit2 to 98f7bd289dfb172473b7d7353d4b0f0b09c67937.
14+
15+
*Vicent Martí*
16+
17+
## Rugged 0.23.1 (August 11, 2015) ##
18+
19+
* Update bundled libgit2 to 98f7bd289dfb172473b7d7353d4b0f0b09c67937.
20+
21+
*Vicent Martí*
22+
23+
## Rugged 0.23.0 (July 6, 2015) ##
24+
25+
* Update bundled libgit2 to 0.23.0.
26+
27+
See https://github.com/libgit2/libgit2/releases/tag/v0.23.0
28+
for a list of fixed issues and new features.
29+
30+
*Arthur Schreiber*
31+
132
* Add `Rugged::Repository#checkout_index`.
233

3-
This allows to perform checkout from a given GIT index.
34+
This allows to perform checkout from a given index.
435
It might be handy in case of manual merge conflicts resolution with user intervention.
536

637
*Dmytro Milinevskyy*
738

39+
* Remove `Rugged::Submodule#reset_update_rule`, `Rugged::Submodule#reset_ignore_rule`
40+
and `Rugged::Submodule#save`.
41+
42+
These methods were removed due to changes in the underlying libgit2 API.
43+
44+
*Arthur Schreiber*
45+
46+
* Add `Rugged::Blob#loc`.
47+
48+
Returns the number of lines in a blob, assuming it is plaintext.
49+
50+
*Vicent Martí*
51+
52+
* Add `Rugged::Walker.walk`.
53+
54+
This API allows creating a walker, performing a walk, and cleaning it up
55+
immediately after the walk was performed.
56+
57+
*Vicent Martí*
58+
859
* Add accessors for the Repository ident.
960

1061
Added `Repository#ident` and `Repository#ident=` to read and set the

lib/rugged/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rugged
2-
Version = VERSION = '0.23.2'
2+
Version = VERSION = '0.23.3'
33
end

vendor/libgit2

Submodule libgit2 updated 80 files

0 commit comments

Comments
 (0)