Skip to content

Commit 7ad6e06

Browse files
authored
Add versioning to .agda-lib file (#1312)
1 parent cbeb8b9 commit 7ad6e06

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ Other minor additions
5555
IsLatticeMonomorphism (⟦_⟧ : A → B) : Set (a ⊔ ℓ₁ ⊔ ℓ₂)
5656
IsLatticeIsomorphism (⟦_⟧ : A → B) : Set (a ⊔ b ⊔ ℓ₁ ⊔ ℓ₂)
5757
```
58+
59+
* Add version to library name

notes/release-guide.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ procedure should be followed:
99

1010
* Update `lib.cabal` version to `X.Y`.
1111

12+
* Update the version in standard-library.agda-lib to `X.Y`
13+
1214
* Update `notes/installation-guide.txt`
1315

1416
* Update `CHANGELOG.md`.

standard-library.agda-lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name: standard-library
1+
name: standard-library-1.5
22
include: src

0 commit comments

Comments
 (0)