Skip to content

Commit 2b8fff1

Browse files
Final admin changes for v2.0 release (#2225)
* Final admin changes for v2.0 release * Fix Agda versions
1 parent 6e23886 commit 2b8fff1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci-ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "AGDA_HTML_DIR=html/experimental" >> $GITHUB_ENV
8080
else
8181
# Pick Agda version for master
82-
echo "AGDA_COMMIT=tags/v2.6.4" >> $GITHUB_ENV;
82+
echo "AGDA_COMMIT=tags/v2.6.4.1" >> $GITHUB_ENV;
8383
echo "AGDA_HTML_DIR=html/master" >> $GITHUB_ENV
8484
fi
8585

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Version 2.0-rc1
2-
===============
1+
Version 2.0
2+
===========
33

4-
The library has been tested using Agda 2.6.4.
4+
The library has been tested using Agda 2.6.4 and 2.6.4.1.
55

66
NOTE: Version `2.0` contains various breaking changes and is not backwards
77
compatible with code written with version `1.X` of the library.

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ message: "If you use this software, please cite it as below."
33
authors:
44
- name: "The Agda Community"
55
title: "Agda Standard Library"
6-
version: 1.7.2
7-
date-released: 2023-02-01
6+
version: 2.0
7+
date-released: 2023-12-11
88
url: "https://github.com/agda/agda-stdlib"

LICENCE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2007-2021 Nils Anders Danielsson, Ulf Norell, Shin-Cheng
1+
Copyright (c) 2007-2023 Nils Anders Danielsson, Ulf Norell, Shin-Cheng
22
Mu, Bradley Hardy, Samuel Bronson, Dan Doel, Patrik Jansson,
33
Liang-Ting Chen, Jean-Philippe Bernardy, Andrés Sicard-Ramírez,
44
Nicolas Pouillard, Darin Morrison, Peter Berry, Daniel Brown,

doc/installation-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Installation instructions
33

44
Note: the full story on installing Agda libraries can be found at [readthedocs](http://agda.readthedocs.io/en/latest/tools/package-system.html).
55

6-
Use version v2.0 of the standard library with Agda 2.6.4.
6+
Use version v2.0 of the standard library with Agda 2.6.4 or 2.6.4.1.
77

88
1. Navigate to a suitable directory `$HERE` (replace appropriately) where
99
you would like to install the library.

0 commit comments

Comments
 (0)