This repository was archived by the owner on May 16, 2022. It is now read-only.
File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
28
# 0.6.1
2
29
3
30
* Bot ignores 'python_versions' in release-conf and builds an sdist and a py3 wheel.
Original file line number Diff line number Diff line change 1
- __version__ = '0.6.1 '
1
+ __version__ = '0.7.0 '
You can’t perform that action at this time.
0 commit comments