Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Jan 17, 2022
1 parent 4408327 commit 6adff0d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
19 changes: 19 additions & 0 deletions datagrepper/docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,22 @@ Release Notes

.. towncrier release notes start
v1.0.0
======

Released on 2022-01-17.
This is a major release that rebases on datanommer's port to TimescaleDB.

Backwards Incompatible Changes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Drop the ``grouped`` argument feature, as fedora-messaging does not support
it (:issue:`264`).

Development Improvements
^^^^^^^^^^^^^^^^^^^^^^^^

* Drop the dependency on fedmsg (:issue:`264`).


Thanks to all contributors who made this release possible!
1 change: 0 additions & 1 deletion news/264.bic

This file was deleted.

1 change: 0 additions & 1 deletion news/264.dev

This file was deleted.

6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datagrepper"
version = "0.9.7"
version = "1.0.0"
description = "A webapp to query datanommer"
authors = [
"Fedora Infrastructure <admin@fedoraproject.org>"
Expand All @@ -18,7 +18,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.7"
"datanommer.models" = {version = "1.0.0-alpha.3", allow-prereleases = true}
"datanommer.models" = "^1.0.0"
arrow = "^1.1.1"
docutils = "^0.17.1"
flask = "^1.1"
Expand Down

0 comments on commit 6adff0d

Please sign in to comment.