From 16569d6b508c66bf9895d48cb44c776569dd68b9 Mon Sep 17 00:00:00 2001 From: Vitor Barbosa Date: Thu, 3 Dec 2020 19:54:30 -0300 Subject: [PATCH] Add changelog --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 7 +++++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d78203b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0] - 2020-12-03 +### Added +- Initial version. It contains: + - Support for running `xcodebuild ` + - Some xcodebuild configurations: workspace, destination, scheme, derived data path and xcode version (or xcode hardcoded path) + - Support for running tests using any available simulator + + +[Unreleased]: https://github.com/vitorbaraujo/batler/compare/0.1.0...HEAD +[0.1.0]: https://github.com/vitorbaraujo/batler/releases/tag/v0.1.0 diff --git a/README.md b/README.md index 89b46a3..7fefd59 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,12 @@ A Xcode test CLI for continuous integration. ## Installation ```sh -go get github.com/vitorbaraujo/batler/cmd/batler +go get -u github.com/vitorbaraujo/batler/cmd/batler ``` ## TODO -- Add brew formula \ No newline at end of file +- Add brew formula +- Add logging (+ verbose option) +- Add xcpretty integration +- Add slather integration \ No newline at end of file