Skip to content

Commit 54b902d

Browse files
committed
Version 1.0.2
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
1 parent f3419a0 commit 54b902d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/release_notes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
## Version 1.0.2
66

7-
This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the changes for the upcoming release can be found in [the `changelog.d` directory](http://github.com/fedora-infra/journal-to-fedora-messaging/tree/develop/changelog.d/).
7+
- Fix a packit script ([c17c5b7](https://github.com/fedora-infra/journal-to-fedora-messaging-messages/commit/c17c5b7))
8+
- Add documentation ([dc9d49f](https://github.com/fedora-infra/journal-to-fedora-messaging-messages/commit/dc9d49f))
9+
- RPM: restart journal-to-fedora-messaging on upgrade ([6ffc95c](https://github.com/fedora-infra/journal-to-fedora-messaging-messages/commit/6ffc95c))
810

911

1012
## Version 1.0.1

journal-to-fedora-messaging-messages.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global srcname journal_to_fedora_messaging_messages
55

66
Name: python-%{pkgname}
7-
Version: 1.0.1
7+
Version: 1.0.2
88
Release: %autorelease
99
Summary: A schema package for messages sent by Journal to Fedora Messaging
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[tool.poetry]
66
name = "journal-to-fedora-messaging-messages"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "A schema package for messages sent by Journal to Fedora Messaging"
99
authors = ["Fedora Infrastructure Team <infrastructure@lists.fedoraproject.org>"]
1010
license = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)