Skip to content

Commit

Permalink
Final admin changes for v2.0 release (#2225)
Browse files Browse the repository at this point in the history
* Final admin changes for v2.0 release

* Fix Agda versions
  • Loading branch information
MatthewDaggitt authored Dec 11, 2023
1 parent 6e23886 commit 2b8fff1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "AGDA_HTML_DIR=html/experimental" >> $GITHUB_ENV
else
# Pick Agda version for master
echo "AGDA_COMMIT=tags/v2.6.4" >> $GITHUB_ENV;
echo "AGDA_COMMIT=tags/v2.6.4.1" >> $GITHUB_ENV;
echo "AGDA_HTML_DIR=html/master" >> $GITHUB_ENV
fi
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 2.0-rc1
===============
Version 2.0
===========

The library has been tested using Agda 2.6.4.
The library has been tested using Agda 2.6.4 and 2.6.4.1.

NOTE: Version `2.0` contains various breaking changes and is not backwards
compatible with code written with version `1.X` of the library.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ message: "If you use this software, please cite it as below."
authors:
- name: "The Agda Community"
title: "Agda Standard Library"
version: 1.7.2
date-released: 2023-02-01
version: 2.0
date-released: 2023-12-11
url: "https://github.com/agda/agda-stdlib"
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2007-2021 Nils Anders Danielsson, Ulf Norell, Shin-Cheng
Copyright (c) 2007-2023 Nils Anders Danielsson, Ulf Norell, Shin-Cheng
Mu, Bradley Hardy, Samuel Bronson, Dan Doel, Patrik Jansson,
Liang-Ting Chen, Jean-Philippe Bernardy, Andrés Sicard-Ramírez,
Nicolas Pouillard, Darin Morrison, Peter Berry, Daniel Brown,
Expand Down
2 changes: 1 addition & 1 deletion doc/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Installation instructions

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

Use version v2.0 of the standard library with Agda 2.6.4.
Use version v2.0 of the standard library with Agda 2.6.4 or 2.6.4.1.

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

0 comments on commit 2b8fff1

Please sign in to comment.