File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ## [ ] - xxxx-xx-xx
1
+ ## [ 1.2.0 ] - 2021-09-09
2
2
### Changed
3
3
- Work with redirect stdin as input file, detect charset if set BOM ([ #8 ] ( https://github.com/colorer/Colorer-library/issues/8 ) )
4
4
5
5
### Fixed
6
6
- 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
8
8
9
9
## [ 1.1.1] - 2021-02-28
10
10
### Fixed
Original file line number Diff line number Diff line change 2
2
#define _COLORER_VERSION_H_
3
3
4
4
#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
7
7
8
8
#define COLORER_COPYRIGHT "(c) 1999-2009 Igor Russkih, (c) 2009-2021 Aleksey Dobrunov"
9
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json" ,
3
3
"name" : " colorer" ,
4
- "version" : " 1.0 .0" ,
4
+ "version" : " 1.2 .0" ,
5
5
"dependencies" : [
6
6
{
7
7
"name" : " xerces-c" ,
You can’t perform that action at this time.
0 commit comments