Skip to content

Commit

Permalink
Prepare v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-gromeyer committed May 26, 2023
1 parent 6d1e831 commit 77d5524
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[TOC]

## v1.4.3

- Improved performance
- Updated 3rdparty tools (for creating python packages and creating releases)
- Fix code example

## v1.4.2

- Fixed windows release build are linked against debug libraries
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(html2md VERSION 1.4.2
project(html2md VERSION 1.4.3
LANGUAGES CXX)

set(PROJECT_HOMEPAGE_URL "https://tim-gromeyer.github.io/html2md/")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="pyhtml2md",
version="1.4.2",
version="1.4.3",
author="Tim Gromeyer",
author_email="[email protected]",
description="Transform your HTML into clean, easy-to-read markdown with pyhtml2md.",
Expand Down

0 comments on commit 77d5524

Please sign in to comment.