Skip to content

Commit

Permalink
Merge pull request #16 from griffin-stewie/tagpr-from-v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
griffin-stewie authored Nov 7, 2022
2 parents f6eece1 + a9fd06b commit 700da0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v1.8.4](https://github.com/griffin-stewie/xopen-cli/compare/v1.8.3...v1.8.4) - 2022-11-07
- fix open subcommand won’t work by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/15

## [v1.8.3](https://github.com/griffin-stewie/xopen-cli/compare/v1.8.2...v1.8.3) - 2022-11-06
- read subcommand won't search .xcode-version in nested directory by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/13

Expand Down
2 changes: 1 addition & 1 deletion Sources/xopen/Commands/RootCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct RootCommand: AsyncParsableCommand {
static var configuration = CommandConfiguration(
commandName: "xopen",
abstract: "Open file using Xcode version you defined by .xcode-version",
version: "1.8.3",
version: "1.8.4",
subcommands: [
DefaultOpenCommand.self,
OpenCommand.self,
Expand Down

0 comments on commit 700da0a

Please sign in to comment.