Skip to content

Commit

Permalink
Prepare v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-gromeyer committed Aug 12, 2023
1 parent 0259d3b commit 0657fd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[TOC]

## v1.5.1

- **~40% Performance Improvement**

## v1.5.0

- **Added a option to Format Markdown Tables**
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.5.0 LANGUAGES CXX)
project(html2md VERSION 1.5.1 LANGUAGES CXX)

set(PROJECT_HOMEPAGE_URL "https://tim-gromeyer.github.io/html2md/")
set(html2md_HOMEPAGE_URL "${PROJECT_HOMEPAGE_URL}")
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.5.0",
version="1.5.1",
author="Tim Gromeyer",
author_email="sakul8826@gmail.com",
description="Transform your HTML into clean, easy-to-read markdown with pyhtml2md.",
Expand Down

0 comments on commit 0657fd0

Please sign in to comment.