1
0
Fork 0

Adding upstream version 4.6.0+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-21 10:42:01 +02:00
parent f3ad83a1a5
commit 7791e7adfd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
230 changed files with 24945 additions and 0 deletions

View file

@ -0,0 +1,10 @@
## Unreleased
### BREAKING CHANGE
- migrate by renaming user to users
### Feat
- **users**: email pattern corrected

View file

@ -0,0 +1,10 @@
## Unreleased
### BREAKING CHANGE
- migrate by renaming user to users
### Feat
- **users**: email pattern corrected

View file

@ -0,0 +1,11 @@
## Unreleased
### BREAKING CHANGE
- migrate by renaming user to users.
and then connect the thingy with the other thingy
### Feat
- **users**: email pattern corrected

View file

@ -0,0 +1,5 @@
## Unreleased
- drop support for py36

View file

@ -0,0 +1,6 @@
## Unreleased
### Feat
- **pipeline**: some text with breaking change

View file

@ -0,0 +1,39 @@
usage: cz changelog [-h] [--dry-run] [--file-name FILE_NAME]
[--unreleased-version UNRELEASED_VERSION] [--incremental]
[--start-rev START_REV] [--merge-prerelease]
[--version-scheme {pep440,semver,semver2}]
[--export-template EXPORT_TEMPLATE] [--template TEMPLATE]
[--extra EXTRA]
[rev_range]
generate changelog (note that it will overwrite existing file)
positional arguments:
rev_range generates changelog for the given version (e.g: 1.5.3)
or version range (e.g: 1.5.3..1.7.9)
options:
-h, --help show this help message and exit
--dry-run show changelog to stdout
--file-name FILE_NAME
file name of changelog (default: 'CHANGELOG.md')
--unreleased-version UNRELEASED_VERSION
set the value for the new version (use the tag value),
instead of using unreleased
--incremental generates changelog from last created version, useful
if the changelog has been manually modified
--start-rev START_REV
start rev of the changelog. If not set, it will
generate changelog from the start
--merge-prerelease collect all changes from prereleases into next non-
prerelease. If not set, it will include prereleases in
the changelog
--version-scheme {pep440,semver,semver2}
choose version scheme
--export-template EXPORT_TEMPLATE
Export the changelog template into this file instead
of rendering it
--template, -t TEMPLATE
changelog template file name (relative to the current
working directory)
--extra, -e EXTRA a changelog extra variable (in the form 'key=value')

View file

@ -0,0 +1,8 @@
note: this should be persisted using increment
## Unreleased
### Feat
- add new output

View file

@ -0,0 +1,13 @@
## Unreleased
### Feat
- add more stuff
- add new output
### Fix
- mama gotta work
- output glitch
## 1.0.0 (1970-01-01)

View file

@ -0,0 +1,13 @@
## Unreleased
### Feat
- add more stuff
- add new output
### Fix
- mama gotta work
- output glitch
## 1.0.0 (1970-01-01)

View file

@ -0,0 +1,13 @@
## Unreleased
### Feat
- add more stuff
- add new output
### Fix
- mama gotta work
- output glitch
## 1.0.0 (1970-01-01)

View file

@ -0,0 +1,7 @@
## Unreleased
### Feat
- after 0.2
- after 0.2.0

View file

@ -0,0 +1,5 @@
## 0.2.0 (2022-02-13)
### Feat
- new file

View file

@ -0,0 +1,7 @@
## 0.3.0 (2022-02-13)
### Feat
- another feature
- after 0.2.0

View file

@ -0,0 +1,6 @@
## 0.3.0 (2022-02-13)
### Feat
- another feature
- after 0.2.0

View file

@ -0,0 +1,12 @@
## 0.4.0 (2022-02-13)
### Feat
- getting ready for this
## 0.3.0 (2022-02-13)
### Feat
- another feature
- after 0.2.0

View file

@ -0,0 +1,12 @@
## 0.3.0 (2022-02-13)
### Feat
- another feature
- after 0.2.0
## 0.2.0 (2022-02-13)
### Feat
- new file

View file

@ -0,0 +1,17 @@
## legacy-0.4.0 (2022-02-13)
### Feat
- new file
## legacy-0.3.0 (2022-02-13)
### Feat
- new file
## old-0.2.0 (2022-02-13)
### Feat
- new file

View file

@ -0,0 +1,24 @@
## 0.5.0 (2022-02-13)
### Feat
- new shinny feature
## 0.4.1 (2022-02-13)
### Fix
- small error
## 0.4.0 (2022-02-13)
### Feat
- getting ready for this
## 0.3.0 (2022-02-13)
### Feat
- another feature
- after 0.2.0

View file

@ -0,0 +1,9 @@
== Unreleased
=== Feat
* new file
=== Refactor
* is in changelog

View file

@ -0,0 +1,9 @@
## Unreleased
### Feat
- new file
### Refactor
- is in changelog

View file

@ -0,0 +1,12 @@
Unreleased
==========
Feat
----
- new file
Refactor
--------
- is in changelog

View file

@ -0,0 +1,9 @@
h2. Unreleased
h3. Feat
- new file
h3. Refactor
- is in changelog

View file

@ -0,0 +1,7 @@
## Unreleased
### Feat
- after 0.2
- after 0.2.0

View file

@ -0,0 +1,16 @@
## Unreleased
### Feat
- add more stuff
- add new output
### Fix
- mama gotta work
- output glitch
# [10.0.0-rc.3](https://github.com/angular/angular/compare/10.0.0-rc.2...10.0.0-rc.3) (2020-04-22)
### Bug Fixes
* **common:** format day-periods that cross midnight ([#36611](https://github.com/angular/angular/issues/36611)) ([c6e5fc4](https://github.com/angular/angular/commit/c6e5fc4)), closes [#36566](https://github.com/angular/angular/issues/36566)

View file

@ -0,0 +1,17 @@
## v0.3.0 (2024-11-18)
### Feat
- another new file
## older-0.2.0 (2024-11-18)
### Feat
- new file
## older-0.1.0 (2024-11-18)
### Feat
- new file

View file

@ -0,0 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Feat
- add more stuff
- add new output
### Fix
- mama gotta work
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Feat
- add more stuff
- add new output
### Fix
- mama gotta work
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,37 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Feat
- add more stuff
### Fix
- mama gotta work
- output glitch
## 0.2.0a0 (2023-04-16)
### Feat
- add new output
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,37 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Feat
- add more stuff
### Fix
- mama gotta work
- output glitch
## 0.2.0b0 (2023-04-16)
### Feat
- add new output
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,37 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Feat
- add more stuff
### Fix
- mama gotta work
- output glitch
## 0.2.0rc0 (2023-04-16)
### Feat
- add new output
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.2.0a1 (2021-06-11)
## 0.2.0a0 (2021-06-11)
### Feat
- add new output
### Fix
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.2.0b0 (2021-06-11)
## 0.2.0a0 (2021-06-11)
### Feat
- add new output
### Fix
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.2.0rc0 (2021-06-11)
## 0.2.0a0 (2021-06-11)
### Feat
- add new output
### Fix
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.2.0b1 (2021-06-11)
## 0.2.0b0 (2021-06-11)
### Feat
- add new output
### Fix
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.2.0b1 (2021-06-11)
## 0.2.0b0 (2021-06-11)
### Feat
- add new output
### Fix
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.2.0rc0 (2021-06-11)
## 0.2.0b0 (2021-06-11)
### Feat
- add new output
### Fix
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.2.0rc1 (2021-06-11)
## 0.2.0rc0 (2021-06-11)
### Feat
- add new output
### Fix
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.2.0rc1 (2021-06-11)
## 0.2.0rc0 (2021-06-11)
### Feat
- add new output
### Fix
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.2.0rc1 (2021-06-11)
## 0.2.0rc0 (2021-06-11)
### Feat
- add new output
### Fix
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,40 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Feat
- add more stuff
### Fix
- mama gotta work
## 0.2.0a0 (2021-06-11)
### Feat
- add new output
### Fix
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,40 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Feat
- add more stuff
### Fix
- mama gotta work
## 0.2.0b0 (2021-06-11)
### Feat
- add new output
### Fix
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,40 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Feat
- add more stuff
### Fix
- mama gotta work
## 0.2.0rc0 (2021-06-11)
### Feat
- add new output
### Fix
- output glitch
## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
### Changed
- Start using "changelog" over "change log" since it's the common usage.
### Removed
- Section about "changelog" vs "CHANGELOG".
## [0.3.0] - 2015-12-03
### Added
- RU translation from [@aishek](https://github.com/aishek).

View file

@ -0,0 +1,21 @@
## Unreleased
### Feat
- add more stuff
### Fix
- mama gotta work
## 0.2.0 (2022-08-14)
### Feat
- add new output
### Fix
- output glitch
note: this should be persisted using increment

View file

@ -0,0 +1,11 @@
## Unreleased
### Feat
- add more stuff
- add new output
### Fix
- no more explosions
- output glitch

View file

@ -0,0 +1,7 @@
## 0.3.0-a0 (2022-02-13)
### Feat
- another feature
- after 0.2.0

View file

@ -0,0 +1,13 @@
## Unreleased
### Feat
- add more stuff
- add new output
### Fix
- mama gotta work
- output glitch
## 1.0.0 (1970-01-01)

View file

@ -0,0 +1,13 @@
## Unreleased
### Feat
- add more stuff
- add new output
### Fix
- mama gotta work
- output glitch
## 1.0.0 (1970-01-01)

View file

@ -0,0 +1,13 @@
## Unreleased
### Feat
- add more stuff
- add new output
### Fix
- mama gotta work
- output glitch
## 1.0.0 (1970-01-01)

View file

@ -0,0 +1,19 @@
== Unreleased
=== Feat
* add more stuff
=== Fix
* mama gotta work
== 0.2.0 (2022-08-14)
=== Feat
* add new output
=== Fix
* output glitch

View file

@ -0,0 +1,19 @@
## Unreleased
### Feat
- add more stuff
### Fix
- mama gotta work
## 0.2.0 (2022-08-14)
### Feat
- add new output
### Fix
- output glitch

View file

@ -0,0 +1,25 @@
Unreleased
==========
Feat
----
- add more stuff
Fix
---
- mama gotta work
0.2.0 (2022-08-14)
==================
Feat
----
- add new output
Fix
---
- output glitch

View file

@ -0,0 +1,19 @@
h2. Unreleased
h3. Feat
- add more stuff
h3. Fix
- mama gotta work
h2. 0.2.0 (2022-08-14)
h3. Feat
- add new output
h3. Fix
- output glitch

View file

@ -0,0 +1,20 @@
## 0.4.0 (2022-02-13)
### Perf
- perf improvement
### Feat
- getting ready for this
## 0.3.0 (2022-02-13)
### Fix
- fix bug
### Feat
- another feature
- after 0.2.0

View file

@ -0,0 +1,6 @@
## Unreleased
- JRA-35 #time 1w 2d 4h 30m Total work logged
- JRA-34 #comment corrected indent issue