Skip to content

Commit 85e6d62

Browse files
ausyskinTomas Winkler
authored andcommitted
igsc: bump version to 0.8.14
Update CHANGELOG.md Signed-off-by: Alexander Usyskin <[email protected]>
1 parent cc1f849 commit 85e6d62

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# IGSC FUL
22

3-
## [v0.8.13] - 2023-06-13
3+
## [v0.8.14] - 2023-09-20
44

55
### Fixed
6+
1. gitignore: ignore VisualStudio directory
7+
2. ci: fix clang-tidy reporting
8+
9+
### Changed
10+
1. cli: do not use relative includes
11+
2. cli: the global variables used only in one c file should be static
12+
3. lib: move chunk_size declaration to its scope in gsc_update
13+
4. ut: update cmake for new cmocka packaging
14+
15+
### Added
16+
1. qb: copy PDB file to output and generate public pdb
17+
2. Windows: generate pdb in Release build
18+
19+
## [v0.8.13] - 2023-06-13
620

21+
### Fixed
722
1. lib: disconnect on failure in gsc_driver_init
823

924
### Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.13
1+
0.8.14

0 commit comments

Comments
 (0)