Skip to content

Commit a3c379d

Browse files
committed
Bump to version v1.7.0
1 parent cb15978 commit a3c379d

File tree

6 files changed

+39
-8
lines changed

6 files changed

+39
-8
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.6.0
1+
future-release=v1.7.0

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.4
1+
3.4.4

CHANGELOG.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [v1.7.0](https://github.com/didix21/mdutils/tree/v1.7.0) (2025-06-05)
4+
5+
[Full Changelog](https://github.com/didix21/mdutils/compare/v1.6.0...v1.7.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Enable specifying title header style, default being setext [\#112](https://github.com/didix21/mdutils/pull/112) ([tonur](https://github.com/tonur))
10+
- Refactor Header [\#94](https://github.com/didix21/mdutils/pull/94) ([didix21](https://github.com/didix21))
11+
12+
**Fixed bugs:**
13+
14+
- Cannot specify style of title, so the style of the first header is always "setext" even though the default style of other headers is "atx" [\#111](https://github.com/didix21/mdutils/issues/111)
15+
- fix: add IDE support for List argument of text\_align in new\_table [\#109](https://github.com/didix21/mdutils/pull/109) ([natebwangsut](https://github.com/natebwangsut))
16+
- Remove extra spaces added by new\_line\(\) [\#103](https://github.com/didix21/mdutils/pull/103) ([bbodenmiller](https://github.com/bbodenmiller))
17+
18+
**Closed issues:**
19+
20+
- Fix example for example provided [\#106](https://github.com/didix21/mdutils/issues/106)
21+
- README.md Broken examples in Create Links section [\#105](https://github.com/didix21/mdutils/issues/105)
22+
- . [\#102](https://github.com/didix21/mdutils/issues/102)
23+
- Clarifying documentation around MdUtils filename param [\#98](https://github.com/didix21/mdutils/issues/98)
24+
- Implement automated releases [\#88](https://github.com/didix21/mdutils/issues/88)
25+
26+
**Merged pull requests:**
27+
28+
- Update codecov github action and add analytics [\#110](https://github.com/didix21/mdutils/pull/110) ([didix21](https://github.com/didix21))
29+
- GH-105: README.md Broken examples in Create Links section [\#108](https://github.com/didix21/mdutils/pull/108) ([didix21](https://github.com/didix21))
30+
- GH-106: Fix example for example provided [\#107](https://github.com/didix21/mdutils/pull/107) ([didix21](https://github.com/didix21))
31+
- Update documentation for MdUtils filename param [\#99](https://github.com/didix21/mdutils/pull/99) ([3sbwya](https://github.com/3sbwya))
32+
- GH-88: Automate release candidate [\#97](https://github.com/didix21/mdutils/pull/97) ([didix21](https://github.com/didix21))
33+
334
## [v1.6.0](https://github.com/didix21/mdutils/tree/v1.6.0) (2023-04-29)
435

536
[Full Changelog](https://github.com/didix21/mdutils/compare/v1.5.1...v1.6.0)
@@ -24,7 +55,6 @@
2455
- GH-90: Avoid warning on python 3.11 [\#92](https://github.com/didix21/mdutils/pull/92) ([didix21](https://github.com/didix21))
2556
- Fix build badge [\#91](https://github.com/didix21/mdutils/pull/91) ([didix21](https://github.com/didix21))
2657
- GH-46: Add flake8 config [\#86](https://github.com/didix21/mdutils/pull/86) ([didix21](https://github.com/didix21))
27-
- Import coverage to codecov [\#66](https://github.com/didix21/mdutils/pull/66) ([didix21](https://github.com/didix21))
2858

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

@@ -41,7 +71,7 @@
4171

4272
**Implemented enhancements:**
4373

44-
- Introduce `header\_id` as parameter for headers [\#78](https://github.com/didix21/mdutils/pull/78) ([kieferro](https://github.com/kieferro))
74+
- Introduce `header_id` as parameter for headers [\#78](https://github.com/didix21/mdutils/pull/78) ([kieferro](https://github.com/kieferro))
4575

4676
**Fixed bugs:**
4777

@@ -65,7 +95,7 @@
6595
**Implemented enhancements:**
6696

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

70100
**Fixed bugs:**
71101

@@ -80,6 +110,7 @@
80110

81111
**Merged pull requests:**
82112

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

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

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.6.0'
29+
release = '1.7.0'
3030

3131

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[tool.poetry]
55
name = "mdutils"
6-
version = "1.6.0"
6+
version = "1.7.0"
77
description = "Useful package for creating Markdown files while executing python code."
88
authors = ["Didac Coll <[email protected]>"]
99
maintainers = ["Didac Coll <[email protected]>"]

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

0 commit comments

Comments
 (0)