From 91c38bc842b0d55187185dc2d2d41eb23d886add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Alejandro=20Mart=C3=ADnez=20Faneyth?= Date: Fri, 6 Jan 2023 19:59:40 -0400 Subject: [PATCH] Updating Changelog and version. --- .bumpversion.cfg | 2 +- HISTORY.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- README.md.template | 2 +- 4 files changed, 51 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index aab271b5..5e560d74 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.1 +current_version = 3.1.0 tag_name = {new_version} commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index 49b7f48f..e8a7ac02 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,54 @@ # Changelog +## 3.1.0 (2023-01-06) + +### Changed + +* Improving documentation. [Luis Alejandro Martínez Faneyth] + + +### Other + +* `[REF]` Removing support for python 3.9. [Luis Alejandro Martínez Faneyth] + +* Bump tox from 4.0.16 to 4.1.3. [dependabot[bot]] + +* Bump pydocstyle from 6.1.1 to 6.2.0. [dependabot[bot]] + +* `[REF]` Removing support for python 3.5 and adding support to python 3.12. [Luis Alejandro Martínez Faneyth] + +* `[REF]` Downgrading coverage because coveralls doesnt support version 7 yet. [Luis Alejandro Martínez Faneyth] + +* Bump lxml from 4.9.1 to 4.9.2. [dependabot[bot]] + +* Bump coverage from 6.5.0 to 7.0.0. [dependabot[bot]] + +* Bump tox from 4.0.10 to 4.0.16. [dependabot[bot]] + +* Bump autopep8 from 2.0.0 to 2.0.1. [dependabot[bot]] + +* Bump tox from 4.0.1 to 4.0.10. [dependabot[bot]] + +* Bump tox from 3.27.1 to 4.0.1. [dependabot[bot]] + +* Bump virtualenv from 20.17.0 to 20.17.1. [dependabot[bot]] + +* Bump packaging from 21.3 to 22.0. [dependabot[bot]] + +* Bump virtualenv from 20.16.7 to 20.17.0. [dependabot[bot]] + +* Bump setuptools from 65.6.2 to 65.6.3. [dependabot[bot]] + +* Bump autopep8 from 1.6.0 to 2.0.0. [dependabot[bot]] + +* Bump flake8 from 5.0.4 to 6.0.0. [dependabot[bot]] + +* Bump setuptools from 65.6.0 to 65.6.2. [dependabot[bot]] + +* `[REF]` Downgrading coverage because coveralls doesnt support version 7 yet. [Luis Alejandro Martínez Faneyth] + + ## 3.0.1 (2022-11-21) ### Changed diff --git a/README.md b/README.md index a29eda5a..67c610f9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![](https://img.shields.io/github/release/Dockershelf/dockershelf.svg)](https://github.com/Dockershelf/dockershelf/releases) [![](https://img.shields.io/github/workflow/status/Dockershelf/dockershelf/Schedule%20(master%20branch))](https://github.com/Dockershelf/dockershelf/actions/workflows/schedule-master.yml) [![](https://img.shields.io/discord/809504357359157288)](https://discord.gg/4Wc7xphH5e) [![](https://cla-assistant.io/readme/badge/Dockershelf/dockershelf)](https://cla-assistant.io/Dockershelf/dockershelf) -Current version: 3.0.1 +Current version: 3.1.0 *Dockershelf* is a repository that serves as a collector for docker recipes that are universal, efficient and slim. We keep adding "shelves", which are holders for the different versions of a popular language or application. diff --git a/README.md.template b/README.md.template index cd2f34e1..254633b4 100644 --- a/README.md.template +++ b/README.md.template @@ -4,7 +4,7 @@ [![](https://img.shields.io/github/release/Dockershelf/dockershelf.svg)](https://github.com/Dockershelf/dockershelf/releases) [![](https://img.shields.io/github/workflow/status/Dockershelf/dockershelf/Schedule%20(master%20branch))](https://github.com/Dockershelf/dockershelf/actions/workflows/schedule-master.yml) [![](https://img.shields.io/discord/809504357359157288)](https://discord.gg/4Wc7xphH5e) [![](https://cla-assistant.io/readme/badge/Dockershelf/dockershelf)](https://cla-assistant.io/Dockershelf/dockershelf) -Current version: 3.0.1 +Current version: 3.1.0 *Dockershelf* is a repository that serves as a collector for docker recipes that are universal, efficient and slim. We keep adding "shelves", which are holders for the different versions of a popular language or application.