Skip to content

Commit

Permalink
chg: pkg: changed version for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikitex70 committed Mar 6, 2023
1 parent 81c4b03 commit e48b049
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ section_regexps = [
r'^[fF]ix\s*:\s*((dev|use?r|pkg|doc)\s*:\s*)?([^\n]*)$',
r'\b[fF]ix(ed|es)?\b',
r'\b[cC]orrect\w*\b',
r'\bExplicitly\b',
]),

('Other', None ## Match all lines
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog


## 3.8.2 (2023-03-06)

### Changes

* Updated CHANGELOG for the new release. [Michele Tessaro]

### Fix

* Explicitly pass charset to plantuml. [Victor Westerhuis]

The code is explicitly encoded to UTF-8, but plantuml gets to pick its own charset. On my Windows installation it picks codepage 1252 by default, leading to wrong characters in the output. UTF-8 should be available everywhere according to the [PlantUML documentation](https://plantuml.com/unicode).


## 3.8.1 (2023-01-29)

### New
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="plantuml-markdown",
version="3.8.1",
version="3.8.2",
author="Michele Tessaro",
author_email="michele.tessaro@email.it",
description="A PlantUML plugin for Markdown",
Expand Down

0 comments on commit e48b049

Please sign in to comment.