Current section
Files
Jump to
Current section
Files
elixir_cmake
CHANGELOG.md
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Changed
### Removed
## [0.7.0] - 2020-03-08
### Added
- Added useful environment variables for build ala `elixir_cmake` ([PR #5](https://github.com/code-lever/elixir-cmake/pull/5))
## [0.6.0] - 2020-02-03
### Changed
- Allow `CMakeLists.txt` path to be defined in configuration ([PR #4](https://github.com/code-lever/elixir-cmake/pull/4))
## [0.5.0] - 2019-02-05
### Added
- Improved setup information in README
### Changed
- Build structure corrections to match `elixir_cmake` ([PR #1](https://github.com/code-lever/elixir-cmake/pull/1))
## [0.4.0] - 2018-03-22
### Changed
- Extracted some hard-coded paths into variable for future config replacement
- Fixed documentation publish issue that broke index page
## [0.3.0] - 2018-03-22
### Changed
- Improved error detecting and reporting for CMakeLists.txt is missing
## [0.2.0] - 2018-03-22
### Added
- Improved README contents
- Created basic `clean` task
## 0.1.0 - 2018-03-22
### Added
- Created project
- Building simple CMake projects using a static directory structure
[Unreleased]: https://github.com/code-lever/elixir-cmake/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/code-lever/elixir-cmake/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/code-lever/elixir-cmake/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/code-lever/elixir-cmake/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/code-lever/elixir-cmake/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/code-lever/elixir-cmake/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/code-lever/elixir-cmake/compare/v0.1.0...v0.2.0