File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1- future-release=v1.5.0
1+ future-release=v1.5.1
Original file line number Diff line number Diff line change 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 )
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 )
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ''
2828# The full version, including alpha/beta/rc tags
29- release = '1.5.0 '
29+ release = '1.5.1 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33setup (name = 'mdutils' ,
4- version = '1.5.0 ' ,
4+ version = '1.5.1 ' ,
55 license = 'MIT' ,
66 author = 'Didac Coll' ,
77
You can’t perform that action at this time.
0 commit comments