aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
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 /CHANGELOG.md
parent0ffcf6783d01708061c038823b4df42bb15a23b3 (diff)
Bumb versionv0.1.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 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