aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-09-06 14:23:51 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-09-06 14:23:51 -0500
commit2fcc17cb12dc76f0322dcf39829b5ceaf3db8a12 (patch)
treec66a1f4730badb3c712eea91b5b18fff2859a0db
parent0ffcf6783d01708061c038823b4df42bb15a23b3 (diff)
Bumb versionv0.1.2upstream
-rw-r--r--CHANGELOG.md10
-rw-r--r--version.go2
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
diff --git a/version.go b/version.go
index c7778d7..a2e0892 100644
--- a/version.go
+++ b/version.go
@@ -1,3 +1,3 @@
package planr
-const VERSION = "0.1.1"
+const VERSION = "0.1.2"