Skip to content

Commit 05d7de0

Browse files
committed
Release v0.2.0
1 parent d37b4ad commit 05d7de0

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

CHANGELOG.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
11
# Change Log
22

3-
## [v0.1.3](https://github.com/main-branch/ruby_git/releases/tag/v0.1.3) (2020-09-24)
3+
## [v0.2.0](https://github.com/main-branch/ruby_git/releases/tag/v0.2.0) (2020-10-12)
44

5-
[Full Changelog](https://github.com/main-branch/ruby_git/compare/v0.1.2...v0.1.3)
5+
[Full Changelog](https://github.com/main-branch/ruby_git/compare/v0.1.3...v0.2.0)
66

77
**Merged pull requests:**
88

9-
- Add Gem badge and correct home page URL [\#10](https://github.com/main-branch/ruby_git/pull/10) ([jcouball](https://github.com/jcouball))
9+
- Add Worktree class and creation methods init, clone, and open [\#17](https://github.com/main-branch/ruby_git/pull/17) ([jcouball](https://github.com/jcouball))
10+
- Add Slack badge to README [\#16](https://github.com/main-branch/ruby_git/pull/16) ([jcouball](https://github.com/jcouball))
11+
- Push code coverage information to CodeClimate [\#14](https://github.com/main-branch/ruby_git/pull/14) ([jcouball](https://github.com/jcouball))
12+
- Move the ruby\_git repository to the main-branch GitHub organization. [\#13](https://github.com/main-branch/ruby_git/pull/13) ([jcouball](https://github.com/jcouball))
13+
- Add CODEOWNERS file [\#12](https://github.com/main-branch/ruby_git/pull/12) ([jcouball](https://github.com/jcouball))
14+
- Release v0.1.3 [\#11](https://github.com/main-branch/ruby_git/pull/11) ([jcouball](https://github.com/jcouball))
1015

11-
## [v0.1.2](https://github.com/main-branch/ruby_git/releases/tag/v0.1.2) (2020-09-24)
16+
## [v0.1.3](https://github.com/main-branch/ruby_git/releases/tag/v0.1.3) (2020-09-24)
1217

13-
[Full Changelog](https://github.com/main-branch/ruby_git/compare/0.1.2...v0.1.2)
18+
[Full Changelog](https://github.com/main-branch/ruby_git/compare/v0.1.2...v0.1.3)
1419

1520
**Merged pull requests:**
1621

17-
- Release v0.1.2 [\#9](https://github.com/main-branch/ruby_git/pull/9) ([jcouball](https://github.com/jcouball))
22+
- Add Gem badge and correct home page URL [\#10](https://github.com/main-branch/ruby_git/pull/10) ([jcouball](https://github.com/jcouball))
1823

19-
## [0.1.2](https://github.com/main-branch/ruby_git/releases/tag/0.1.2) (2020-09-24)
24+
## [v0.1.2](https://github.com/main-branch/ruby_git/releases/tag/v0.1.2) (2020-09-24)
2025

21-
[Full Changelog](https://github.com/main-branch/ruby_git/compare/v0.1.1...0.1.2)
26+
[Full Changelog](https://github.com/main-branch/ruby_git/compare/v0.1.1...v0.1.2)
2227

2328
**Merged pull requests:**
2429

30+
- Release v0.1.2 [\#9](https://github.com/main-branch/ruby_git/pull/9) ([jcouball](https://github.com/jcouball))
2531
- Update instructions for creating releases and updating the changelog [\#8](https://github.com/main-branch/ruby_git/pull/8) ([jcouball](https://github.com/jcouball))
2632
- Changes requested in documentation review [\#7](https://github.com/main-branch/ruby_git/pull/7) ([jcouball](https://github.com/jcouball))
2733
- Set and retrieve the path to the git binary used by this library [\#6](https://github.com/main-branch/ruby_git/pull/6) ([jcouball](https://github.com/jcouball))

lib/ruby_git/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
module RubyGit
44
# The ruby_git gem version
55
#
6-
VERSION = '0.1.3'
6+
VERSION = '0.2.0'
77
end

0 commit comments

Comments
 (0)