Skip to content

Commit 16bcd5a

Browse files
author
Dídac Coll
committed
Bump to version v1.5.1
1 parent e361168 commit 16bcd5a

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.5.0
1+
future-release=v1.5.1

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v1.5.1](https://github.com/didix21/mdutils/tree/v1.5.1) (2023-03-11)
4+
5+
[Full Changelog](https://github.com/didix21/mdutils/compare/v1.5.0...v1.5.1)
6+
7+
**Fixed bugs:**
8+
9+
- MarkDownFile not accepting absolute file path anymore [\#81](https://github.com/didix21/mdutils/issues/81)
10+
- Fix \#81: Absolute path are broken [\#83](https://github.com/didix21/mdutils/pull/83) ([didix21](https://github.com/didix21))
11+
312
## [v1.5.0](https://github.com/didix21/mdutils/tree/v1.5.0) (2023-02-11)
413

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

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

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

124+
**Merged pull requests:**
125+
126+
- Add support list in markdown [\#30](https://github.com/didix21/mdutils/pull/30) ([didix21](https://github.com/didix21))
127+
116128
## [v1.1.1](https://github.com/didix21/mdutils/tree/v1.1.1) (2020-04-20)
117129

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

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.5.0'
29+
release = '1.5.1'
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.5.0',
4+
version='1.5.1',
55
license='MIT',
66
author='Didac Coll',
77
author_email='[email protected]',

0 commit comments

Comments
 (0)