Skip to content

Commit 6cd04e4

Browse files
Update documentation for v2.2 release
1 parent d85cd7e commit 6cd04e4

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ Deprecated names
8686
```agda
8787
split ↦ ↭-split
8888
```
89-
with a more informative type (see below).
90-
```
9189

9290
* In `Data.List.Relation.Unary.All.Properties`:
9391
```agda

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: 2.1.1
7-
date-released: 2024-09-07
6+
version: 2.2
7+
date-released: 2025-01-15
88
url: "https://github.com/agda/agda-stdlib"

doc/README.agda

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module README where
44

55
------------------------------------------------------------------------
6-
-- The Agda standard library, version 2.1.1
6+
-- The Agda standard library, version 2.2
77
--
88
-- Authors: Nils Anders Danielsson, Matthew Daggitt, Guillaume Allais
99
-- with contributions from Andreas Abel, Stevan Andjelkovic,
@@ -19,7 +19,8 @@ module README where
1919
-- and other anonymous contributors.
2020
------------------------------------------------------------------------
2121

22-
-- This version of the library has been tested using Agda 2.7.0
22+
-- This version of the library has been tested using Agda 2.7.0 and
23+
-- 2.7.0.1
2324

2425
-- The library comes with a .agda-lib file, for use with the library
2526
-- management system.

0 commit comments

Comments
 (0)