File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 5858 mkdir /tmp/curl
5959 unzip -q /tmp/curl.zip -d /tmp/curl
6060 cp /tmp/curl/*/bin/libcurl-x64.dll build/cs-api-${{ steps.build_version.outputs.value }}-windows/libcurl-4.dll
61+ cp /tmp/curl/*/bin/curl-ca-bundle.crt build/cs-api-${{ steps.build_version.outputs.value }}-windows/curl-ca-bundle.crt
6162 - name : Upload the compiled binary
6263 uses : actions/upload-artifact@v4
6364 with :
Original file line number Diff line number Diff line change @@ -7,9 +7,14 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## Unreleased
99
10+ _ There are no unreleased changes at the moment._
11+
12+ ## [ 2.7.1] - 2024-08-21
13+
1014### Added
1115
12- - The Windows release now ships with ` libcurl-4.dll ` (from https://curl.se/windows/ ).
16+ - The Windows release now ships with ` libcurl-4.dll ` (from https://curl.se/windows/ ) and a
17+ CA certificates bundle.
1318
1419## [ 2.7.0] - 2024-08-02
1520
@@ -151,7 +156,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
151156
152157Initial release.
153158
154- [ Unreleased ] : https://github.com/cryptosense/api-client/compare/2.7.0..HEAD
159+ [ Unreleased ] : https://github.com/cryptosense/api-client/compare/2.7.1..HEAD
160+ [ 2.7.1 ] : https://github.com/cryptosense/api-client/compare/2.7.0...2.7.1
155161[ 2.7.0 ] : https://github.com/cryptosense/api-client/compare/2.6.0...2.7.0
156162[ 2.6.0 ] : https://github.com/cryptosense/api-client/compare/2.5.1...2.6.0
157163[ 2.5.2 ] : https://github.com/cryptosense/api-client/compare/2.5.1...2.5.2
You can’t perform that action at this time.
0 commit comments