Skip to content

Commit 9cf41d5

Browse files
author
Dídac Coll
committed
Bump to version 1.4.0
1 parent 5b9bc99 commit 9cf41d5

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
future-release=v1.3.1
1+
future-release=v1.4.0

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
# Changelog
22

3-
## [v1.3.1](https://github.com/didix21/mdutils/tree/v1.3.1) (2021-07-10)
3+
## [v1.4.0](https://github.com/didix21/mdutils/tree/v1.4.0) (2022-05-31)
4+
5+
[Full Changelog](https://github.com/didix21/mdutils/compare/v1.3.1...v1.4.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Add fontsize increase option for Paragraph [\#54](https://github.com/didix21/mdutils/issues/54)
10+
- Added `get\_md\_text` method to `MdUtils` class. [\#61](https://github.com/didix21/mdutils/pull/61) ([Patitotective](https://github.com/Patitotective))
11+
12+
**Fixed bugs:**
13+
14+
- Unwanted line break in link url breaks the link [\#70](https://github.com/didix21/mdutils/issues/70)
15+
- Varying Title level leads to IndexError in \_\_add\_new\_item\_table\_of\_content [\#68](https://github.com/didix21/mdutils/issues/68)
16+
- GH-70, GH-73: fix unwanted link and table breaks [\#74](https://github.com/didix21/mdutils/pull/74) ([didix21](https://github.com/didix21))
17+
- Escape "|" in Table.create\_table [\#63](https://github.com/didix21/mdutils/pull/63) ([jaredliw](https://github.com/jaredliw))
18+
19+
**Closed issues:**
20+
21+
- travis-ci.org is ceased and tests are not running [\#62](https://github.com/didix21/mdutils/issues/62)
22+
23+
**Merged pull requests:**
24+
25+
- Import coverage to codecov [\#66](https://github.com/didix21/mdutils/pull/66) ([didix21](https://github.com/didix21))
26+
- 62: Move test workflow from travis to github actions [\#65](https://github.com/didix21/mdutils/pull/65) ([didix21](https://github.com/didix21))
27+
28+
## [v1.3.1](https://github.com/didix21/mdutils/tree/v1.3.1) (2021-07-09)
429

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

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.3.1'
29+
release = '1.4.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='mdutils',
4-
version='1.3.1',
4+
version='1.4.0',
55
license='MIT',
66
author='Didac Coll',
77
author_email='[email protected]',

0 commit comments

Comments
 (0)