Skip to content

Commit bc1c0df

Browse files
committed
Release v1.6.1
1 parent 0c3868e commit bc1c0df

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci-actions.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
GOVER: ['1.23', '1.22']
16+
GOVER: ['1.24', '1.23']
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-24.04-arm
4848
strategy:
4949
matrix:
50-
GOVER: ['1.23', '1.22']
50+
GOVER: ['1.24', '1.23']
5151
steps:
5252
- uses: actions/checkout@v4
5353
- name: Setup Go-${{ matrix.GOVER }}
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Go
6969
uses: actions/setup-go@v5
7070
with:
71-
go-version: '1.23'
71+
go-version: '1.24'
7272
- name: Build as Static
7373
run: make circl_static
7474
- name: Build as Plugin
@@ -84,7 +84,7 @@ jobs:
8484
- name: Setup Go
8585
uses: actions/setup-go@v5
8686
with:
87-
go-version: '1.23'
87+
go-version: '1.24'
8888
- name: Produce Coverage
8989
run: go test -coverprofile=./coverage.txt ./...
9090
- name: Upload Codecov
@@ -106,7 +106,7 @@ jobs:
106106
- name: Setup Go
107107
uses: actions/setup-go@v5
108108
with:
109-
go-version: '1.23'
109+
go-version: '1.24'
110110
- name: Building
111111
run: go build -v ./...
112112
- name: Testing
@@ -125,7 +125,7 @@ jobs:
125125
- name: Setup Go
126126
uses: actions/setup-go@v5
127127
with:
128-
go-version: '1.23'
128+
go-version: '1.24'
129129
- name: Initialize CodeQL
130130
uses: github/codeql-action/init@v3
131131
with:

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
cff-version: 1.2.0
3-
version: 1.6.0
3+
version: 1.6.1
44
title: "Introducing CIRCL: An Advanced Cryptographic Library"
55
license: BSD-3-Clause
66
abstract: >
@@ -25,6 +25,6 @@ keywords:
2525
- golang
2626
repository-code: "https://github.com/cloudflare/circl/"
2727
type: software
28-
message: "Available at https://github.com/cloudflare/circl. v1.6.0 Accessed Jan, 2025."
28+
message: "Available at https://github.com/cloudflare/circl. v1.6.1 Accessed Apr, 2025."
2929
contact:
3030
- name: "Cloudflare, Inc."

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ APA Style
164164
```
165165
Faz-Hernandez, A. and Kwiatkowski, K. (2019). Introducing CIRCL:
166166
An Advanced Cryptographic Library. Cloudflare. Available at
167-
https://github.com/cloudflare/circl. v1.6.0 Accessed Jan, 2025.
167+
https://github.com/cloudflare/circl. v1.6.1 Accessed Apr, 2025.
168168
```
169169

170170
BibTeX Source
@@ -179,7 +179,7 @@ BibTeX Source
179179
of this library is to be used as a tool for experimental
180180
deployment of cryptographic algorithms targeting Post-Quantum (PQ)
181181
and Elliptic Curve Cryptography (ECC).}},
182-
note = {Available at \url{https://github.com/cloudflare/circl}. v1.6.0 Accessed Jan, 2025},
182+
note = {Available at \url{https://github.com/cloudflare/circl}. v1.6.1 Accessed Apr, 2025},
183183
month = jun,
184184
year = {2019}
185185
}

0 commit comments

Comments
 (0)