diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-13 22:56:16 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-13 22:56:16 -0600 |
commit | 82e10bfb3a080972ee3a1bb0e1f02a735a213b89 (patch) | |
tree | b33c4670a76994da7ff91b5663dce655e122cbc6 /README.md | |
parent | b6b5108f6420933aba4a516540c18367972a28f1 (diff) | |
download | makers-82e10bfb3a080972ee3a1bb0e1f02a735a213b89.tar.gz makers-82e10bfb3a080972ee3a1bb0e1f02a735a213b89.zip |
i think we're about due for a release again0.7.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,11 @@ list of features that are needed for version 1.0: ## changelog +### v0.7.0 - 2021-04-13 + +- implement GNU-style functions `abspath`, `firstword` +- implement GNU-style scoped inference rules ("static patterns") + ### v0.6.1 - 2021-04-06 - make `export`/`unexport` actually persist so they're available while executing |