Skip to content

Commit

Permalink
develop: Merge tag '1.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lowitea committed Mar 17, 2021
2 parents 11a008f + 7315ed3 commit afecc86
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Version history
We follow [Semantic Versions](https://semver.org/).

## 1.1.0 - Disable logs by default

### Important changes
- Disable the log for a specific stub [#110](https://github.com/Uma-Tech/parrot/pull/110)

### Updating dependencies
- django-simpleui from 2021.1.1 to 2021.3 [#106](https://github.com/Uma-Tech/parrot/pull/106)
- django-extensions from 3.1.0 to 3.1.1 [#101](https://github.com/Uma-Tech/parrot/pull/101)
- pytest-cov from 2.10.1 to 2.11.1 [#96](https://github.com/Uma-Tech/parrot/pull/96)
- pytest from 6.2.1 to 6.2.2 [#97](https://github.com/Uma-Tech/parrot/pull/97)
- uvicorn from 0.13.2 to 0.13.4 [#105](https://github.com/Uma-Tech/parrot/pull/105)
- django from 3.1.4 to 3.1.7 [#104](https://github.com/Uma-Tech/parrot/pull/104)
- flake8-annotations-coverage from 0.0.4 to 0.0.5 [#94](https://github.com/Uma-Tech/parrot/pull/94)
- ipython from 7.19.0 to 7.21.0 [#107](https://github.com/Uma-Tech/parrot/pull/107)

## 1.0.1 - Improving docs

### Important changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "parrot"
version = "1.0.1"
version = "1.1.0"
description = "Service for testing http requests and webhooks."
authors = ["Evgeniy Mitin <emitin@uma.tech>"]
maintainers = ["Evgeniy Mitin <emitin@uma.tech>"]
Expand Down

0 comments on commit afecc86

Please sign in to comment.