Skip to content

Commit 2ae0e14

Browse files
auge2uclaude
andcommitted
Bump formula to v1.0.2, update changelog
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent df0b67b commit 2ae0e14

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.2] - 2025-12-28
9+
10+
### Added
11+
- Fish shell completions
12+
- CHANGELOG.md for release history
13+
14+
### Changed
15+
- Homebrew formula now installs fish completions automatically
16+
817
## [1.0.1] - 2025-12-28
918

1019
### Fixed
@@ -32,5 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3241
- Homebrew formula for easy installation
3342
- Logging to `~/.nerd-font-manager.log`
3443

44+
[1.0.2]: https://github.com/auge2u/uni-nerd-font/compare/v1.0.1...v1.0.2
3545
[1.0.1]: https://github.com/auge2u/uni-nerd-font/compare/v1.0.0...v1.0.1
3646
[1.0.0]: https://github.com/auge2u/uni-nerd-font/releases/tag/v1.0.0

Formula/nerd-font-manager.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class NerdFontManager < Formula
22
desc "CLI and GUI utility for managing Nerd Fonts on macOS via Homebrew"
33
homepage "https://github.com/auge2u/uni-nerd-font"
4-
url "https://github.com/auge2u/uni-nerd-font/archive/refs/tags/v1.0.1.tar.gz"
5-
sha256 "6f5c0159fffa670543bd07ba9016002148579ce430eba84446b43f763b9561d5"
6-
version "1.0.1"
4+
url "https://github.com/auge2u/uni-nerd-font/archive/refs/tags/v1.0.2.tar.gz"
5+
sha256 "91d8bbe3fb77e9e45ec6243daec1d04ade7588a958b1078c6dfc5044193b0995"
6+
version "1.0.2"
77
license "MIT"
88

99
depends_on "fzf" => :recommended

0 commit comments

Comments
 (0)