diff --git a/docs/Changelog.rst b/docs/Changelog.rst index dac39b6..0239671 100644 --- a/docs/Changelog.rst +++ b/docs/Changelog.rst @@ -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 diff --git a/docs/Contributors.rst b/docs/Contributors.rst index 65958cb..35dae23 100644 --- a/docs/Contributors.rst +++ b/docs/Contributors.rst @@ -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` diff --git a/docs/conf.py b/docs/conf.py index 55ef627..05382ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index dae9fcc..18d23bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",