Skip to content

Commit 8a2e62d

Browse files
committed
chore: release v0.3.0
Signed-off-by: James Couball <[email protected]>
1 parent 89cf543 commit 8a2e62d

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

CHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Change Log
22

3+
## v0.3.0 (2025-03-28)
4+
5+
[Full Changelog](https://github.com/main-branch/ruby_git/compare/v0.2.0..v0.3.0)
6+
7+
Changes since v0.2.0:
8+
9+
* 89cf543 chore: add the implementation plan
10+
* 3e952c0 feat: add status report entry filters
11+
* 301c7b7 feat: support git add via Worktree#add
12+
* 72020b9 feat: add support to passing path specs to Worktree#status
13+
* 324a472 test: add tests to verify that Worktree#status builds the right git command
14+
* c07b3be feat: make Worktree#clone work if clone_to path is not given
15+
* d7a3232 feat: add Worktree#status
16+
* 7bae4b6 feat: implement RubyGit::Worktree#status
17+
* f75e0ec chore: rename working tree to worktree
18+
* 918487c chore: run git commands using RubyGit::CommandLine.run
19+
* 8a5b204 fix: fix tests failing on Windows for platform-specific reasons
20+
* 19eb327 fix: make it so command-line-test script runs in Windows
21+
* 7fb57c5 refactor: change the way that the git command is run
22+
* 6efdf53 chore: update process_executer dependency to 3.0
23+
* 834b33d test: add command line tool to run to test running the command line
24+
* e74affb chore: make it easier to identify the platform and ruby engine in scripts
25+
* ceaf40d build: remove semver pr label check
26+
* 6e56dd0 build: enforce conventional commit message formatting
27+
* 209c408 Replace NullLogger with Logger.new(File::NULL)
28+
* 9b23e0f Use shared Rubocop config
29+
* acb286e Update copyright notice in this project
30+
* 549d8fb Update links in gemspec
31+
* 6de1b82 Use standard badges at the top of the README
32+
* 1fa584e Update yardopts with new standard options
33+
* 872cd1b Rename "markdown.yml" to ".markdown.yml"
34+
* ec8299a Standardize YARD and Markdown Lint configurations
35+
* 1862fc9 Update CODEOWNERS file
36+
* 6de3eea Set JRuby --debug option when running tests in GitHub Actions workflows
37+
* 50fda86 Integrate simplecov-rspec into the project
38+
* 4b7410b Use create-github-release for creating releases
39+
* 5fd999b Reset CodeClimate code coverage reporter id
40+
* 7944490 Update continuous integration and experimental ruby builds
41+
* 943c687 Enforce the use of semver tags on PRs
42+
* 4e7126a Update minimum required Ruby to 3.1
43+
* 359c358 Don't enforce coverage % in an RSpec dry run (#30)
44+
* efa2c90 Use GitHub Actions for CI Builds (#29)
45+
* d1ca85b Upgrade to Rubocop 1.0 (#25)
46+
* 6c8fd7a Rename Worktree class to WorkingTree (#24)
47+
* 88f7471 Remove MAINTAINERS.md from yard documentation (#23)
48+
* a55042d Add logging to the RubyGit gem (#22)
49+
* 9a95a32 Redesign RubyGit::FileHelpers.which (#20)
50+
* 9bb7dc0 Allow members of @main-branch/ruby_git-codeowners to do code review approvals. (#19)
51+
* 401e1fd Release v0.2.0 (#18)
52+
353
## [v0.2.0](https://github.com/main-branch/ruby_git/releases/tag/v0.2.0) (2020-10-12)
454

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

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.2.0'
6+
VERSION = '0.3.0'
77
end

0 commit comments

Comments
 (0)