Prepare v0.20.5 release

Signed-off-by: Patrick East <east.patrick@gmail.com>
This commit is contained in:
Patrick East
2020-06-01 10:32:17 -07:00
parent 6d86f51e73
commit 64dd76e167
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).
## 0.20.5
### Fixes
- compile: Change name of result var for wasm binary ([#2441](https://github.com/open-policy-agent/opa/issues/2441))
- format: Deep copy inputs to avoid mutating the caller's copy ([#2439](https://github.com/open-policy-agent/opa/issues/2439))
### Miscellaneous
- docs: Add `opa_println` to wasm required imports
## 0.20.4
### Fixes
+1 -1
View File
@@ -2,7 +2,7 @@
# Use of this source code is governed by an Apache2
# license that can be found in the LICENSE file.
VERSION := 0.20.4
VERSION := 0.20.5
CGO_ENABLED ?= 0