Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final admin changes for v2.0 release #2225

Merged
merged 2 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have a philosophy on major/minor versions of Agda for CI? Perhaps the question really for Agda itself: which versions are regarded as 'stable'/'authoritative' for subsequent development?

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