From 3b83a18064b2beef20519215c8cc1c5b0bee5675 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 05:44:47 +0000 Subject: [PATCH] chore: release v1.2.3 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a2887d5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [1.2.3](https://github.com/coko7/vegapull/compare/v1.2.2...v1.2.3) - 2026-07-22 + +### Fixed + +- *(strip_html_tags)* flatten html instead of removing tags and their content diff --git a/Cargo.lock b/Cargo.lock index 4ec6459..a2c30f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2323,7 +2323,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vegapull" -version = "1.2.2" +version = "1.2.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ffb8ed6..9e9fb07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vegapull" -version = "1.2.2" +version = "1.2.3" description = "Command line tool for scraping data for the One Piece Trading Card Game" repository = "https://github.com/Coko7/vegapull" authors = ["Coko <91132775+Coko7@users.noreply.github.com>"]