Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Commit 7ac0a55

Browse files
authored
Merge pull request #211 from user-cont/0.7.0-release
0.7.0 release
2 parents 6e1bb9a + 97c868f commit 7ac0a55

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# 0.7.0
2+
3+
**We would like to thank all GSoC applicants for their contribution to this project during the application period!**
4+
5+
# Breaking changes
6+
7+
* **Releasing to Fedora is now deprecated.** We removed Fedora functionality in favor of the new project [packit](https://packit.dev/).
8+
9+
# New features
10+
11+
* Dry-run mode! Now you can try release process without making actual changes. Thanks to @Aniket-Pradhan.
12+
* You can now use new issue titles, when you are making new release:
13+
* `new major release`
14+
* `new minor release`
15+
* `new patch release` , Thanks to @shresthagrawal.
16+
* Release bot can now handle Github webhooks. Thanks to @marusinm.
17+
* You can now specify name of your PyPI project in configuration, in case it is different than repo name. Thanks to @Aniket-Pradhan.
18+
* Releasing to PyPI is now *optional*. Thanks to @Elias999.
19+
* You can explicitly specify `clone_url` in Release bot configuration file. Thanks to @Z0Marlin.
20+
* Support also for `version` variable (besides the `__version__`). Thanks to @Toaster192.
21+
22+
# Fixes and docs
23+
* Tutorial on how to make your first release with release-bot locally. Thanks to @marusinm.
24+
* Contribution guide is now more newcomers-friendly. Thanks to @Z0Marlin.
25+
* Support for installing release-bot from arch user repository. Thanks to @Aniket-Pradhan.
26+
* Release-bot now checks for tag instead of release name, when checking latest release. Thanks to @shresthagrawal.
27+
128
# 0.6.1
229

330
* Bot ignores 'python_versions' in release-conf and builds an sdist and a py3 wheel.

release_bot/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.1'
1+
__version__ = '0.7.0'

0 commit comments

Comments
 (0)