Skip to content

Commit

Permalink
Merge pull request #12 from griffin-stewie/tagpr-from-v1.8.1
Browse files Browse the repository at this point in the history
Release for v1.8.2
  • Loading branch information
griffin-stewie authored Oct 10, 2022
2 parents 9d3216b + 81afc25 commit 5e37ce5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

## [v1.8.2](https://github.com/griffin-stewie/xopen-cli/compare/v1.8.1...v1.8.2) - 2022-10-10

## [v1.8.1](https://github.com/griffin-stewie/xopen-cli/compare/v1.8.0...v1.8.1) - 2022-06-22
- decodes CFBundleVersion as String by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/11

## [v1.8.0](https://github.com/griffin-stewie/xopen-cli/compare/v1.7.0...v1.8.0) - 2022-05-26
- Add reading .xcode-version content feature by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/10

## [v1.7.0](https://github.com/griffin-stewie/xopen-cli/compare/v1.6.1...v1.7.0) - 2022-03-21
- Added support for deprecated methods. by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/4
- Use swift-format by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/5
- Fix lint warnings "[ValidateDocumentationComments]: change the parame… by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/6
- use Puppy by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/7
- add write subcommand to write .xcode-version by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/8
- Update dependencies by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/9

## [v1.6.1](https://github.com/griffin-stewie/xopen-cli/compare/v1.6.0...v1.6.1) - 2021-12-26
- Fixed a problem where the .xcode-version specification was being ignored. by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/2
- add contents by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/3

## [v1.6.0](https://github.com/griffin-stewie/xopen-cli/compare/v1.5.0...v1.6.0) - 2021-11-12
- Feat/shorthand use option by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/1

## [v1.5.0](https://github.com/griffin-stewie/xopen-cli/compare/v1.4.0...v1.5.0) - 2021-10-26

## [v1.4.0](https://github.com/griffin-stewie/xopen-cli/compare/v1.3.0...v1.4.0) - 2021-10-10

## [v1.3.0](https://github.com/griffin-stewie/xopen-cli/commits/v1.3.0) - 2021-10-07
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.1",
version: "1.8.2",
subcommands: [
DefaultOpenCommand.self,
OpenCommand.self,
Expand Down

0 comments on commit 5e37ce5

Please sign in to comment.