Skip to content

Commit 9c15945

Browse files
committed
version update
1 parent dc7edb7 commit 9c15945

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## [] - xxxx-xx-xx
1+
## [1.2.0] - 2021-09-09
22
### Changed
33
- Work with redirect stdin as input file, detect charset if set BOM ([#8](https://github.com/colorer/Colorer-library/issues/8))
44

55
### Fixed
66
- Fix crash on invalid zip file name ([#15](https://github.com/colorer/Colorer-library/issues/15))
7-
- colorertools: fix crash if didn`t detect file type and didn`t input filename
7+
- colorertools: fix crash if did not detect file type and did not input filename
88

99
## [1.1.1] - 2021-02-28
1010
### Fixed

src/colorer/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#define _COLORER_VERSION_H_
33

44
#define COLORER_VER_MAJOR 1
5-
#define COLORER_VER_MINOR 1
6-
#define COLORER_VER_PATCH 1
5+
#define COLORER_VER_MINOR 2
6+
#define COLORER_VER_PATCH 0
77

88
#define COLORER_COPYRIGHT "(c) 1999-2009 Igor Russkih, (c) 2009-2021 Aleksey Dobrunov"
99

vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
33
"name": "colorer",
4-
"version": "1.0.0",
4+
"version": "1.2.0",
55
"dependencies": [
66
{
77
"name": "xerces-c",

0 commit comments

Comments
 (0)