Skip to content

Commit

Permalink
Merge pull request #291 from packit-service/0.9.0-release
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents 9fd7306 + 565151d commit ef947cd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 0.9.0

## New Features

* General restructure of the classes thanks to the
[Red Hat Open Source Contest](https://research.redhat.com/red-hat-open-source-contest/)
project done by @mfocko.
* Classes are better linked together.
* Functionality is moved to the classes from the `GitProject` classes.
* You can now use the properties (setters) to modify objects.
* Old behaviour should work as before, but will raise deprecation warnings.

## Fixes

* Creating of the GitHub pull-requests from the forked repository was fixed. (@sakalosj)


# 0.8.0

## New Features
Expand Down
5 changes: 4 additions & 1 deletion python-ogr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%{?python_enable_dependency_generator}

Name: python-%{pypi_name}
Version: 0.8.0
Version: 0.9.0
Release: 1%{?dist}
Summary: One API for multiple git forges

Expand Down Expand Up @@ -51,6 +51,9 @@ rm -rf %{pypi_name}.egg-info


%changelog
* Wed Dec 04 2019 Frantisek Lachman <flachman@redhat.com> - 0.9.0-1
- New upstream release 0.9.0

* Mon Sep 30 2019 Frantisek Lachman <flachman@redhat.com> - 0.8.0-1
- New upstream release 0.8.0

Expand Down

0 comments on commit ef947cd

Please sign in to comment.