Skip to content

Commit

Permalink
Bump to version v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
didix21 committed Mar 11, 2023
1 parent e361168 commit 16bcd5a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
@@ -1 +1 @@
future-release=v1.5.0
future-release=v1.5.1
14 changes: 13 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## [v1.5.1](https://github.com/didix21/mdutils/tree/v1.5.1) (2023-03-11)

[Full Changelog](https://github.com/didix21/mdutils/compare/v1.5.0...v1.5.1)

**Fixed bugs:**

- MarkDownFile not accepting absolute file path anymore [\#81](https://github.com/didix21/mdutils/issues/81)
- Fix \#81: Absolute path are broken [\#83](https://github.com/didix21/mdutils/pull/83) ([didix21](https://github.com/didix21))

## [v1.5.0](https://github.com/didix21/mdutils/tree/v1.5.0) (2023-02-11)

[Full Changelog](https://github.com/didix21/mdutils/compare/v1.4.0...v1.5.0)
Expand Down Expand Up @@ -107,12 +116,15 @@
- Update issue templates [\#35](https://github.com/didix21/mdutils/pull/35) ([didix21](https://github.com/didix21))
- Create CODE\_OF\_CONDUCT.md [\#34](https://github.com/didix21/mdutils/pull/34) ([didix21](https://github.com/didix21))
- update Readme.md [\#32](https://github.com/didix21/mdutils/pull/32) ([Alexmod](https://github.com/Alexmod))
- Add support list in markdown [\#30](https://github.com/didix21/mdutils/pull/30) ([didix21](https://github.com/didix21))

## [v1.2.1](https://github.com/didix21/mdutils/tree/v1.2.1) (2020-05-08)

[Full Changelog](https://github.com/didix21/mdutils/compare/v1.1.1...v1.2.1)

**Merged pull requests:**

- Add support list in markdown [\#30](https://github.com/didix21/mdutils/pull/30) ([didix21](https://github.com/didix21))

## [v1.1.1](https://github.com/didix21/mdutils/tree/v1.1.1) (2020-04-20)

[Full Changelog](https://github.com/didix21/mdutils/compare/v1.1.0...v1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.5.0'
release = '1.5.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='mdutils',
version='1.5.0',
version='1.5.1',
license='MIT',
author='Didac Coll',
author_email='didaccoll_93@hotmail.com',
Expand Down

0 comments on commit 16bcd5a

Please sign in to comment.