Skip to content

Commit

Permalink
docs: version 1.1.3 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusoliveira43 authored Dec 24, 2022
1 parent 5a47424 commit d80257e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cly/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Create configured argparse's parser."""

# https://github.com/mateusoliveira43/cly
__version__ = "1.1.2" # major.minor.patch
__version__ = "1.1.3" # major.minor.patch
17 changes: 14 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,21 @@ Changelog
Latest Changes
--------------

- fix: Trigger CI/CD only once after a PR closes. PR `#80 <https://github.com/mateusoliveira43/cly/pull/80>`_ by `@mateusoliveira43 <https://github.com/mateusoliveira43>`_.


1.1.3
-----

Features
++++++++

- feat: improve README documentation. PR `#79 <https://github.com/mateusoliveira43/cly/pull/79>`_ by `@mateusoliveira43 <https://github.com/mateusoliveira43>`_.
- fix: jinja template line break. PR `#75 <https://github.com/mateusoliveira43/cly/pull/75>`_ by `@mateusoliveira43 <https://github.com/mateusoliveira43>`_.
- fix: jinja template line break. PR `#74 <https://github.com/mateusoliveira43/cly/pull/74>`_ by `@mateusoliveira43 <https://github.com/mateusoliveira43>`_.

Fixes
+++++

- fix: Trigger CI/CD only once after a PR closes. PR `#80 <https://github.com/mateusoliveira43/cly/pull/80>`_ by `@mateusoliveira43 <https://github.com/mateusoliveira43>`_.
- fix: jinja template line break. PRs `#75 <https://github.com/mateusoliveira43/cly/pull/75>`_ and `#74 <https://github.com/mateusoliveira43/cly/pull/74>`_ by `@mateusoliveira43 <https://github.com/mateusoliveira43>`_.
- fix: Remove type ignore comments from code. PR `#73 <https://github.com/mateusoliveira43/cly/pull/73>`_ by `@mateusoliveira43 <https://github.com/mateusoliveira43>`_.
- fix: CD versioning pipeline permission. PR `#72 <https://github.com/mateusoliveira43/cly/pull/72>`_ by `@mateusoliveira43 <https://github.com/mateusoliveira43>`_.

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 = "cly"
version = "1.1.2"
version = "1.1.3"
description = "CLY?! Template to create Python CLI scripts"
authors = ["Mateus Oliveira"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=mateusoliveira43_python-cli-script-template
sonar.organization=mateusoliveira43

sonar.projectName=python-cli-script-template
sonar.projectVersion=1.1.2
sonar.projectVersion=1.1.3
sonar.sourceEncoding=UTF-8
sonar.sources=cly
sonar.tests=tests
Expand Down

0 comments on commit d80257e

Please sign in to comment.