Skip to content

Commit 667470a

Browse files
committed
added authors
1 parent b75d976 commit 667470a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@
77

88
### Added
99

10-
- Semver support for the release notes generation code ([219](https://github.com/gardenlinux/python-gardenlinux-lib/pull/219))
10+
- Semver support for the release notes generation code ([219](https://github.com/gardenlinux/python-gardenlinux-lib/pull/219)) (vivus-ignis, ByteOtter)
1111

1212
### Changed
1313

14-
- Update GLVD URL ([226](https://github.com/gardenlinux/python-gardenlinux-lib/pull/226))
14+
- Update GLVD URL ([226](https://github.com/gardenlinux/python-gardenlinux-lib/pull/226)) (vivus-ignis)
1515

1616
## [0.10.2] - 2025-10-17
1717

1818
### Fixed
1919

20-
- Explicitly set `make_latest` value for github release creation JSON payload in `create_github_release` function
20+
- Explicitly set `make_latest` value for github release creation JSON payload in `create_github_release` function (nkraetzschmar)
2121

2222
## [0.10.1] - 2025-10-17
2323

2424
### Added
2525

26-
- gl-gh script for creating Github releases ([222](https://github.com/gardenlinux/python-gardenlinux-lib/pull/222))
27-
- Github release notes generation code ([202](https://github.com/gardenlinux/python-gardenlinux-lib/pull/202), [198](https://github.com/gardenlinux/python-gardenlinux-lib/pull/198), [217](https://github.com/gardenlinux/python-gardenlinux-lib/pull/217), [206](https://github.com/gardenlinux/python-gardenlinux-lib/pull/206))
28-
- Support for reading metadata files, especially feature sets and platforms, without parsing data from the features directory ([172]https://github.com/gardenlinux/python-gardenlinux-lib/pull/172))
26+
- gl-gh script for creating Github releases ([222](https://github.com/gardenlinux/python-gardenlinux-lib/pull/222)) (vivus-ignis)
27+
- Github release notes generation code ([202](https://github.com/gardenlinux/python-gardenlinux-lib/pull/202), [198](https://github.com/gardenlinux/python-gardenlinux-lib/pull/198), [217](https://github.com/gardenlinux/python-gardenlinux-lib/pull/217), [206](https://github.com/gardenlinux/python-gardenlinux-lib/pull/206)) (vivus-ignis)
28+
- Support for reading metadata files, especially feature sets and platforms, without parsing data from the features directory ([172](https://github.com/gardenlinux/python-gardenlinux-lib/pull/172)) (NotTheEvilOne)
2929

3030
### Changed
3131

3232
- New dependency: `gitpython`
33-
- Improve type annotations in apt module ([201](https://github.com/gardenlinux/python-gardenlinux-lib/pull/201))
34-
- Improve type annotations in git module ([203](https://github.com/gardenlinux/python-gardenlinux-lib/pull/203))
35-
- Improve type annotations in s3 module ([204](https://github.com/gardenlinux/python-gardenlinux-lib/pull/204))
33+
- Improve type annotations in apt module ([201](https://github.com/gardenlinux/python-gardenlinux-lib/pull/201)) (ByteOtter)
34+
- Improve type annotations in git module ([203](https://github.com/gardenlinux/python-gardenlinux-lib/pull/203)) (ByteOtter)
35+
- Improve type annotations in s3 module ([204](https://github.com/gardenlinux/python-gardenlinux-lib/pull/204)) (ByteOtter)
3636

3737
### Changed (dev setup)
3838

@@ -43,10 +43,10 @@
4343

4444
### Added
4545

46-
- Code for artifacts upload to github release page ([191](https://github.com/gardenlinux/python-gardenlinux-lib/pull/191))
47-
- Add support to additionally tag an existing OCI manifest ([176]https://github.com/gardenlinux/python-gardenlinux-lib/pull/176))
46+
- Code for artifacts upload to github release page ([191](https://github.com/gardenlinux/python-gardenlinux-lib/pull/191)) (vivus-ignis)
47+
- Add support to additionally tag an existing OCI manifest ([176](https://github.com/gardenlinux/python-gardenlinux-lib/pull/176)) (NotTheEvilOne)
4848

4949
### Changed
5050

5151
- Python dependencies update
52-
- Replace GitPython implementation with pygit2 one ([187](https://github.com/gardenlinux/python-gardenlinux-lib/pull/187))
52+
- Replace GitPython implementation with pygit2 one ([187](https://github.com/gardenlinux/python-gardenlinux-lib/pull/187)) (NotTheEvilOne)

0 commit comments

Comments
 (0)