Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Mar 9, 2021
1 parent dc7edb7 commit 9c15945
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## [] - xxxx-xx-xx
## [1.2.0] - 2021-09-09
### Changed
- Work with redirect stdin as input file, detect charset if set BOM ([#8](https://github.com/colorer/Colorer-library/issues/8))

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

## [1.1.1] - 2021-02-28
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions src/colorer/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define _COLORER_VERSION_H_

#define COLORER_VER_MAJOR 1
#define COLORER_VER_MINOR 1
#define COLORER_VER_PATCH 1
#define COLORER_VER_MINOR 2
#define COLORER_VER_PATCH 0

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

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "colorer",
"version": "1.0.0",
"version": "1.2.0",
"dependencies": [
{
"name": "xerces-c",
Expand Down

0 comments on commit 9c15945

Please sign in to comment.