diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6600d..28c9be4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,20 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se ## [Unreleased] ### Added +- None. +### Changed +- None. +### Deprecated +- None. +### Removed +- None. +### Fixed +- None. +### Security +- None. + +## [0.11.0] - 2023-04-09 +### Added - Added a new `--unvalidated` (`-u`) option for running all checks without running the validations provided, such as testing for `matchingExamples` and `nonMatchingExamples`. Use with cuation. ### Changed - Some internal code clean-up. diff --git a/Formula/anylint.rb b/Formula/anylint.rb index 1e7b376..f955c58 100644 --- a/Formula/anylint.rb +++ b/Formula/anylint.rb @@ -4,7 +4,7 @@ class Anylint < Formula url "https://github.com/FlineDev/AnyLint.git", :tag => "0.10.1", :revision => "84ee29f12ae7297e917c9a3339dfb25e5dca6dd5" head "https://github.com/FlineDev/AnyLint.git" - depends_on :xcode => ["12.5", :build] + depends_on :xcode => ["14.0", :build] depends_on "swift-sh" def install diff --git a/README.md b/README.md index 843965a..4b24ee4 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ alt="Coverage"/> - Version: 0.10.1 + Version: 0.11.0