Skip to content

Commit 3fc1fac

Browse files
Add changelog for v0.11.0 (#627)
1 parent 454a50f commit 3fc1fac

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 0.11.0
4+
5+
### 🚀 New Features
6+
7+
- This release adds a new `--show` option to the `usethis badge` interface. This option will display the badge as markdown output without adding it to the README file.
8+
9+
- The latest version of the Bitbucket Pipelines configuration file schema is now supported, specifically support for new options available regarding artifact uploads.
10+
11+
### 🐞 Bug Fixes
12+
13+
- The `--quiet` option did not properly suppress output when displaying warnings associated with failed README parsing in `usethis badge`. This has been fixed.
14+
15+
- Due to a breaking change in Click v8.2.0, Click is now declared as a direct dependency temporarily until the ramifications can be addressed in Typer. The lower bound is declared as `>=8.0.0` and the constraint `!=8.2.0` to avoid the breaking change. For more information, see [here](https://github.com/fastapi/typer/discussions/1215).
16+
17+
### 📚 Documentation
18+
19+
There have been various improvements to the documentation, especially the contribution guide.
20+
21+
### 🔧 Internal Changes
22+
23+
Minor improvements to the CI configuration have been made; the CI will no longer trigger for changes to markdown files only, and `--break-system-packages` is no longer used.
24+
325
## 0.10.0
426

527
This is the first Alpha release of usethis. Releases up to this point do not have

0 commit comments

Comments
 (0)