Skip to content

Commit

Permalink
Bump to version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
didix21 committed May 31, 2022
1 parent 5b9bc99 commit 9cf41d5
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1 +1 @@
future-release=v1.3.1
future-release=v1.4.0
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog

## [v1.3.1](https://github.com/didix21/mdutils/tree/v1.3.1) (2021-07-10)
## [v1.4.0](https://github.com/didix21/mdutils/tree/v1.4.0) (2022-05-31)

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

**Implemented enhancements:**

- Add fontsize increase option for Paragraph [\#54](https://github.com/didix21/mdutils/issues/54)
- Added `get\_md\_text` method to `MdUtils` class. [\#61](https://github.com/didix21/mdutils/pull/61) ([Patitotective](https://github.com/Patitotective))

**Fixed bugs:**

- Unwanted line break in link url breaks the link [\#70](https://github.com/didix21/mdutils/issues/70)
- Varying Title level leads to IndexError in \_\_add\_new\_item\_table\_of\_content [\#68](https://github.com/didix21/mdutils/issues/68)
- GH-70, GH-73: fix unwanted link and table breaks [\#74](https://github.com/didix21/mdutils/pull/74) ([didix21](https://github.com/didix21))
- Escape "|" in Table.create\_table [\#63](https://github.com/didix21/mdutils/pull/63) ([jaredliw](https://github.com/jaredliw))

**Closed issues:**

- travis-ci.org is ceased and tests are not running [\#62](https://github.com/didix21/mdutils/issues/62)

**Merged pull requests:**

- Import coverage to codecov [\#66](https://github.com/didix21/mdutils/pull/66) ([didix21](https://github.com/didix21))
- 62: Move test workflow from travis to github actions [\#65](https://github.com/didix21/mdutils/pull/65) ([didix21](https://github.com/didix21))

## [v1.3.1](https://github.com/didix21/mdutils/tree/v1.3.1) (2021-07-09)

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

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.3.1'
release = '1.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

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

0 comments on commit 9cf41d5

Please sign in to comment.