We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1f849 commit 85e6d62Copy full SHA for 85e6d62
CHANGELOG.md
@@ -1,9 +1,24 @@
1
# IGSC FUL
2
3
-## [v0.8.13] - 2023-06-13
+## [v0.8.14] - 2023-09-20
4
5
### 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
20
21
+### Fixed
22
1. lib: disconnect on failure in gsc_driver_init
23
24
### Changed
VERSION
@@ -1 +1 @@
-0.8.13
+0.8.14
0 commit comments