Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ninxsoft committed Jul 9, 2024
1 parent 1df95e4 commit ddbc134
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.1.1](https://github.com/ninxsoft/mist-cli/releases/tag/v2.1) - 2024-07-09

- `mist` now correctly exports firmware URL and installer package metadata - thanks [chilcote](https://github.com/chilcote)!
- `mist` now suppresses update notifications when the `-q` / `--quiet` flag is used - thanks [mattlqx](https://github.com/mattlqx)!
- Fixed a bug that prevented CSV output being displayed / exported correctly - thanks [NorseGaud](https://github.com/NorseGaud)!

## [2.1](https://github.com/ninxsoft/mist-cli/releases/tag/v2.1) - 2024-06-11

- Added _beta_ support for **macOS Sequoia 15** :tada:
Expand Down
2 changes: 1 addition & 1 deletion Mist/Commands/Mist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct Mist: ParsableCommand {
static let configuration: CommandConfiguration = .init(abstract: .abstract, discussion: .discussion, version: version(), subcommands: [ListCommand.self, DownloadCommand.self])

/// Current version.
private static let currentVersion: String = "2.1"
private static let currentVersion: String = "2.1.1"

/// Visit URL string.
private static let visitURLString: String = "Visit \(String.repositoryURL) to grab the latest release of \(String.appName)"
Expand Down

0 comments on commit ddbc134

Please sign in to comment.