Skip to content

Commit

Permalink
Bump to version 0.2.0 and append changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldedik authored and underyx committed Jul 16, 2019
1 parent 7a2ed3f commit 65c83a0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
25 changes: 22 additions & 3 deletions CHANGELOG.md
Expand Up @@ -2,9 +2,28 @@

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

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.0 (2019-07-16)

### Added

- WSGI middleware `kw.platform.wsgi.user_agent_middleware` for delaying or
rejecting requests which are not KW-RFC-22 compliant.
- `kw.platform.aiohttp` module and a middleware for delaying or
rejecting requests which are not KW-RFC-22 compliant.
- `kw.platform.requests` module which contains:
- monkey patching mechanism which patches the `requests` library to add KW-RFC-22
compliant user agent to all HTTP requests
- custom `kw.platform.requests.KiwiSession`
- Sphinx to generate documentation and deploy it on
[readthedocs.org](https://kiwi-platform-py.readthedocs.io)

### Changed

- Migrated the project to use Poetry for package management.

## 0.1.0 (2019-05-29)

- Initial release, with a completely empty package.
- Initial release, with a completely empty package.
2 changes: 1 addition & 1 deletion kw/platform/__init__.py
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

__title__ = "kiwi-platform"
__description__ = "Company standards as code for Kiwi.com"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "kiwi-platform"
version = "0.1.0"
version = "0.2.0"
description = "Company standards as code for Kiwi.com"
authors = [
"Bence Nagy <bence@kiwi.com>",
Expand Down

0 comments on commit 65c83a0

Please sign in to comment.