From 340e3c1e8f2072a8634f04393ae49d7bced9a0ff Mon Sep 17 00:00:00 2001 From: wrongerror Date: Fri, 27 May 2022 18:02:56 +0800 Subject: [PATCH] Adjust CHANGELOG.md RELEASE.md Signed-off-by: wrongerror --- CHANGELOG.md | 29 ++++++++++++++++++++++++++++- RELEASE.md | 1 + 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b3d83..7d0cb56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,4 +74,31 @@ * remove redundant https:// (#45) @jilichao **Full Changelog**: https://github.com/OpenFunction/cli/compare/v0.5.3...v0.6.0-rc.0 -🎉 Thanks to all contributors @arugal, @benjaminhuo, @jilichao, @loheagn, @tpiperatgod and @wentevill \ No newline at end of file +🎉 Thanks to all contributors @arugal, @benjaminhuo, @jilichao, @loheagn, @tpiperatgod and @wentevill + +# 0.6.0 + +# What's Changed +## ✨ New + +* enhance logs functionality to handle build stage log (#48) @jilichao +* feat: add `logs` subcommand (#46) @loheagn +* Adjust the flags for "ofn install" and "ofn uninstall". (#39) @tpiperatgod +* Support running on mac (#37) @arugal + +## 🏗️ Maintenance + +* use main repo client (#41) @wentevill + +## 📝 Documentation + +* docs: adjust changelog, readme, release (#35) @tpiperatgod + +## Other changes + +* bugfixed in logs subcommand (#51) @wrongerror +* Adjust CHANGELOG.md RELEASE.md (#50) @wrongerror +* remove redundant https:// (#45) @jilichao + **Full Changelog**: https://github.com/OpenFunction/cli/compare/v0.5.3...v0.6.0 + +🎉 Thanks to all contributors @arugal, @benjaminhuo, @jilichao, @loheagn, @tpiperatgod, @wentevill and @wrongerror \ No newline at end of file diff --git a/RELEASE.md b/RELEASE.md index 5397821..d7c0333 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,6 +11,7 @@ This page describes the release process and the currently planned schedule for u | v0.5.2 | 2022-01-03 | Laminar (GitHub: @tpiperatgod) | | v0.5.3 | 2022-02-14 | Laminar (GitHub: @tpiperatgod) | | v0.6.0-rc.0 | 2022-05-25 | Wrongerror (GitHub: @wrongerror) | +| v0.6.0 | 2022-05-27 | Wrongerror (GitHub: @wrongerror) | # How to cut a new release