Skip to content

Commit

Permalink
0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
usercont-release-bot authored and jpopelka committed May 18, 2019
1 parent c16a945 commit a186b1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.1

* Patch release with few fixes/minor changes.

# 0.4.0

## Features
Expand All @@ -11,6 +15,7 @@
## Fixes
* More source-git related changes have been applied.
* Few tracebacks when using CLI have been fixed.
* RPM package now really contains generated man pages.

## Minor
* Packit service runs on httpd server.
Expand All @@ -23,15 +28,16 @@

# 0.3.0

We have a brand new website: https://packit.dev/! [packit.dev repo](https://github.com/packit-service/packit.dev) contains source content for [Hugo website engine](https://gohugo.io).
We have a brand new website: https://packit.dev/!
[packit.dev repo](https://github.com/packit-service/packit.dev) contains source content for [Hugo website engine](https://gohugo.io).

## Features

* Packit supports [Source-git](https://packit.dev/source-git/).
* You can now specify your own actions to replace default packit behavior.
* Packit supports pagure.io-based upstream projects.
* Packit {propose-update, sync-from-downstream} supports copying directories.
* A new command `status`! It displays useful upstream/downstream info.
* A new `status` command to display useful upstream/downstream info.
* You can now have a config file for packit in your home directory(`~/.config/packit.yaml`).
* Packit installed from an RPM now has manpages.

Expand Down
5 changes: 4 additions & 1 deletion packit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global real_name packit

Name: %{real_name}
Version: 0.4.0
Version: 0.4.1
Release: 1%{?dist}
Summary: A tool for integrating upstream projects with Fedora operating system

Expand Down Expand Up @@ -73,6 +73,9 @@ python3 setup.py --command-packages=click_man.commands man_pages --target %{buil
%{python3_sitelib}/*

%changelog
* Sat May 18 2019 Jiri Popelka <jpopelka@redhat.com> - 0.4.1-1
- Patch release

* Wed May 15 2019 Jiri Popelka <jpopelka@redhat.com> - 0.4.0-1
- New upstream release: 0.4.0
- Build man pages since F30
Expand Down

0 comments on commit a186b1b

Please sign in to comment.