Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release the changes from #63 #64

Merged
merged 1 commit into from
Oct 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ The format is based on `Keep a Changelog`_, and this project adheres to
:local:
:depth: 1

.. _v1.2.6:

v1.2.6
======

- Release date: 2019-10-18 14:09

- Diff__.

__ https://github.com/zalando-incubator/transformer/compare/v1.2.5...v1.2.6

Any valid plugins that are in a current directory can be used by Transformer without previous installation.
Thank you :user:`jredrejo` for your contribution! (:pr:`63`)

.. _v1.2.5:

v1.2.5
Expand Down
2 changes: 2 additions & 0 deletions docs/Contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Current maintainers are listed in the MAINTAINERS_ file.
:user:`jredrejo`
:pr:`53`
Add support for http PATCH method.
:pr:`63`
Append current directory to the Python sys.path

:user:`xinke2411`
:pr:`34`
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The short X.Y version
version = "1.2"
# The full version, including alpha/beta/rc tags
release = "1.2.5"
release = "1.2.6"


# -- General configuration ---------------------------------------------------
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 = "har-transformer"
version = "1.2.5"
version = "1.2.6"
description = "A tool to convert HAR files into a locustfile."
authors = [
"Serhii Cherniavskyi <[email protected]>",
Expand Down