Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Nov 2, 2024
1 parent 174c225 commit 8e5e352
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.4.1] - 2024-11-02

### Fixed
- Creation of log files when logging is disabled
- Reading a schema from files whose path contains non-Latin letters :
- incorrect conversion between char and char16 on Windows
- error reading external entities in xml files on Linux, feature or bug libxml2

## [1.4.0] - 2024-10-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/colorer/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define COLORER_VER_MAJOR 1
#define COLORER_VER_MINOR 4
#define COLORER_VER_PATCH 0
#define COLORER_VER_PATCH 1

#define COLORER_COPYRIGHT "(c) 1999-2009 Igor Russkih, (c) 2009-2024 Aleksey Dobrunov"

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colorer",
"version": "1.4.0",
"version": "1.4.1",
"dependencies": [
"minizip",
{
Expand Down

0 comments on commit 8e5e352

Please sign in to comment.