Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Collaborator

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
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.0-rc1
===============
Version 2.0
===========

The library has been tested using Agda 2.6.4.

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