v0.33.1: add forgotten files

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This commit is contained in:
Stephan Renatus
2021-10-04 13:14:17 +02:00
parent 9d26978f23
commit 64359aebde
3 changed files with 3536 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ Thanks to @[iainmcgin](https://github.com/iainmcgin) for reporting.
### Fixes
- format: make groupIterable sort by row ([#3849](https://github.com/open-policy-agent/opa/issues/3849))
- build: fix netlify build (#3845)
## 0.33.0
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -10,7 +10,7 @@ import (
)
// Version is the canonical version of OPA.
var Version = "0.33.0"
var Version = "0.33.1"
// GoVersion is the version of Go this was built with
var GoVersion = runtime.Version()