diff options
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | version.go | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f48554b..d478208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [ v0.1.2 ] +- BUG: Fix build issue where adapters would change parent process's env in conflicting ways (chdir) +- BUG: Precompile `gtest` and `gmock` to prevent runtime issues + +## [ v0.1.1 ] + +### Added +- `compiler_options` directive +- `include_srcs` directive + ## [ v0.1.0 ] ### Added @@ -1,3 +1,3 @@ package planr -const VERSION = "0.1.1" +const VERSION = "0.1.2" |