From cc09686999e943fe6393133fed2d33f9b19d1006 Mon Sep 17 00:00:00 2001 From: Harlan Date: Sat, 2 Mar 2024 10:13:15 +0800 Subject: [PATCH] release v0.12.1 --- application/xiu/CHANGELOG.md | 3 +++ confs/online/xiu.Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/application/xiu/CHANGELOG.md b/application/xiu/CHANGELOG.md index 1aba36d5..232116cc 100644 --- a/application/xiu/CHANGELOG.md +++ b/application/xiu/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.12.1] +- Fix the failure in generating Docker images. + ## [0.12.0] - Support pull/push authentication #95 . - Support publishing pre-built images and docker images using github action #100 Thanks @svenstaro . diff --git a/confs/online/xiu.Cargo.toml b/confs/online/xiu.Cargo.toml index c693d3bd..e86539e9 100644 --- a/confs/online/xiu.Cargo.toml +++ b/confs/online/xiu.Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xiu" description = "A powerful live server by Rust ." -version = "0.12.0" +version = "0.12.1" authors = ["HarlanC