Skip to content

Commit 1e16620

Browse files
dblockCopilot
andcommitted
Preparing for release, 0.6.0.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5916c31 commit 1e16620

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
### 0.5.1 (Next)
1+
### 0.6.0 (2026/04/12)
22

33
* [#45](https://github.com/dblock/fui/pull/45): Migrated from Travis CI to GitHub Actions with danger-pr-comment workflow - [@dblock](https://github.com/dblock).
44
* [#47](https://github.com/dblock/fui/pull/47): Fixed `ArgumentError: invalid byte sequence in UTF-8` when processing files with non-UTF-8 encoding - [@dblock](https://github.com/dblock).
55
* [#48](https://github.com/dblock/fui/pull/48): Fixed `NameError: undefined local variable or method 'project_path'` in verbose mode - [@dblock](https://github.com/dblock).
66
* [#49](https://github.com/dblock/fui/pull/49): Added summary output to `find` command: prints `Found N unused header(s).` or `No unused imports found.` - [@dblock](https://github.com/dblock).
77
* [#50](https://github.com/dblock/fui/pull/50): Fixed `delete` command to also remove `.mm` (Objective-C++) implementation files - [@dblock](https://github.com/dblock).
88
* [#51](https://github.com/dblock/fui/pull/51): Added support for Ruby 4.x - [@dblock](https://github.com/dblock).
9-
* Your contribution here.
9+
* [#52](https://github.com/dblock/fui/pull/52): Clarified README: fui finds unreferenced header files, not unused imports within files - [@dblock](https://github.com/dblock).
1010

1111
### 0.5.0 (2018/12/19)
1212

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bundle install
1111
rake
1212
```
1313

14-
Check that the last build succeeded in [Travis CI](https://travis-ci.org/dblock/fui).
14+
Check that the last build succeeded in [GitHub Actions](https://github.com/dblock/fui/actions).
1515

1616
Change "Next" in [CHANGELOG.md](CHANGELOG.md) to the current date.
1717

lib/fui/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Fui
2-
VERSION = '0.5.1'.freeze
2+
VERSION = '0.6.0'.freeze
33
end

0 commit comments

Comments
 (0)