From c7f0762b5e1e05a4a3549a945d54c512bd8b1e9a Mon Sep 17 00:00:00 2001 From: Charles Volzka Date: Tue, 22 Nov 2022 12:58:54 -0600 Subject: [PATCH] Update version 0.3.2 Signed-off-by: Charles Volzka --- CHANGELOG.md | 5 +++++ VERSION_NUMBER | 2 +- docs/docker-example/.vscode/launch.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b625956298..0959e44d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ Releases are extensively tested, including the following steps. # Current releases +## Prerelease 0.3.2 + +This prerelease was cut on November 22nd, 2022. +There are no security issues that we know of. + ## Prerelease 0.3.1 This prerelease was cut on September 14th, 2022. diff --git a/VERSION_NUMBER b/VERSION_NUMBER index 9e11b32fca..d15723fbe8 100644 --- a/VERSION_NUMBER +++ b/VERSION_NUMBER @@ -1 +1 @@ -0.3.1 +0.3.2 diff --git a/docs/docker-example/.vscode/launch.json b/docs/docker-example/.vscode/launch.json index 955f0a336f..d817797455 100644 --- a/docs/docker-example/.vscode/launch.json +++ b/docs/docker-example/.vscode/launch.json @@ -2,7 +2,7 @@ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.3.1", + "version": "0.3.2", "configurations": [ { "name": "Debug onnx-mlir",