Skip to content

Commit b0ebb89

Browse files
authored
Merge pull request #50 from wrongerror/release-0.6
Adjust CHANGELOG.md RELEASE.md
2 parents 92c18c1 + b75d644 commit b0ebb89

File tree

2 files changed

+33
-7
lines changed

2 files changed

+33
-7
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,29 @@
4949

5050
`[BUGFIX]`
5151
- Fix the issue where the spinner was not terminating correctly
52-
- Use the correct prompts to circumvent exceptions when executing on unsupported operating systems
52+
- Use the correct prompts to circumvent exceptions when executing on unsupported operating systems
53+
54+
# 0.6.0-rc.0
55+
56+
# What's Changed
57+
## ✨ New
58+
59+
* enhance logs functionality to handle build stage log (#48) @jilichao
60+
* feat: add `logs` subcommand (#46) @loheagn
61+
* Adjust the flags for "ofn install" and "ofn uninstall". (#39) @tpiperatgod
62+
* Support running on mac (#37) @arugal
63+
64+
## 🏗️ Maintenance
65+
66+
* use main repo client (#41) @wentevill
67+
68+
## 📝 Documentation
69+
70+
* docs: adjust changelog, readme, release (#35) @tpiperatgod
71+
72+
## Other changes
73+
74+
* remove redundant https:// (#45) @jilichao
75+
**Full Changelog**: https://github.com/OpenFunction/cli/compare/v0.5.3...v0.6.0-rc.0
76+
77+
🎉 Thanks to all contributors @arugal, @benjaminhuo, @jilichao, @loheagn, @tpiperatgod and @wentevill

RELEASE.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ This page describes the release process and the currently planned schedule for u
44

55
## Release schedule
66

7-
| release series | date (year-month-day) | release shepherd |
8-
|----------------|--------------------------------------------|---------------------------------------------|
9-
| v0.5.0 | 2021-12-21 | Laminar (GitHub: @tpiperatgod) |
10-
| v0.5.1 | 2021-12-22 | Laminar (GitHub: @tpiperatgod) |
11-
| v0.5.2 | 2022-01-03 | Laminar (GitHub: @tpiperatgod) |
12-
| v0.5.3 | 2022-02-14 | Laminar (GitHub: @tpiperatgod) |
7+
| release series | date (year-month-day) | release shepherd |
8+
|----------------|------------------------|----------------------------------|
9+
| v0.5.0 | 2021-12-21 | Laminar (GitHub: @tpiperatgod) |
10+
| v0.5.1 | 2021-12-22 | Laminar (GitHub: @tpiperatgod) |
11+
| v0.5.2 | 2022-01-03 | Laminar (GitHub: @tpiperatgod) |
12+
| v0.5.3 | 2022-02-14 | Laminar (GitHub: @tpiperatgod) |
13+
| v0.6.0-rc.0 | 2022-05-25 | Wrongerror (GitHub: @wrongerror) |
1314

1415
# How to cut a new release
1516

0 commit comments

Comments
 (0)