Skip to content

Commit 7766e98

Browse files
Release 1.8.0
1 parent 8be3ae6 commit 7766e98

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.8.0 (2022.10.10)
2+
3+
BACKWARD COMPATIBILITY:
4+
* Replace `setup.py` with `build` [[#342](https://github.com/python-distro/distro/pull/342)]
5+
6+
ENHANCEMENTS:
7+
* Lowered `LinuxDistribution._distro_release_info` method complexity [[#327](https://github.com/python-distro/distro/pull/327)]
8+
* Added official support for Buildroot distribution [[#329](https://github.com/python-distro/distro/pull/329)]
9+
* Added official support for Guix distribution [[#330](https://github.com/python-distro/distro/pull/330)]
10+
* Added support for `/etc/debian_version` [[#333](https://github.com/python-distro/distro/pull/333)] & [[#349](https://github.com/python-distro/distro/pull/349)]
11+
* Fixed a typography in CONTRIBUTING.md [[#340](https://github.com/python-distro/distro/pull/340)]
12+
* Improved README.md "Usage" code block [[#343](https://github.com/python-distro/distro/pull/343)]
13+
14+
RELEASE:
15+
* Bumped black to v22.3.0 in pre-commit.ci configuration [[#331](https://github.com/python-distro/distro/pull/331)]
16+
* Enabled GitHub Dependabot to keep GitHub Actions up to date [[#335](https://github.com/python-distro/distro/pull/335)]
17+
118
## 1.7.0 (2022.02.15)
219

320
BACKWARD COMPATIBILITY:
@@ -130,7 +147,7 @@ RELEASE:
130147
## 1.0.4 (2017.04.01)
131148

132149
BUG FIXES:
133-
* Guess common *-release files if /etc not readable [[#175](https://github.com/python-distro/distro/issues/175)]
150+
* Guess common \*-release files if /etc not readable [[#175](https://github.com/python-distro/distro/issues/175)]
134151

135152
## 1.0.3 (2017.03.19)
136153

@@ -213,4 +230,3 @@ TESTS:
213230

214231
DOCS:
215232
* Documentation fixes
216-

src/distro/distro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Python 3.7
5656
TypedDict = dict
5757

58-
__version__ = "1.7.0"
58+
__version__ = "1.8.0"
5959

6060

6161
class VersionDict(TypedDict):

0 commit comments

Comments
 (0)