Skip to content

Commit

Permalink
Version bump from 2.0-rc1 to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omelkonian committed Mar 26, 2024
1 parent 854d428 commit 4eaf23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: omelkonian/setup-agda@master
with:
agda-version: 2.6.4
stdlib-version: 2.0-rc1
stdlib-version: 2.0
libraries: |
omelkonian/agda-stdlib-classes#v2.0-rc1
omelkonian/agda-stdlib-classes#v2.0
main: Main
deploy: ${{ github.ref == 'refs/heads/master' }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ We mirror the version numbers of [agda-stdlib](https://github.com/agda/agda-stdl
|----------|-----------------|-------------------------|-----------------|
| [v2.6.3](https://github.com/agda/agda/releases/tag/v2.6.3) | [v1.7.2](https://github.com/agda/agda-stdlib/releases/tag/v1.7.2) | [v1.7.2](https://github.com/omelkonian/agda-stdlib-classes/releases/tag/v1.7.2) | [v1.7.2](https://github.com/omelkonian/agda-stdlib-meta/releases/tag/v1.7.2) |
| [v2.6.4](https://github.com/agda/agda/releases/tag/v2.6.3) | [v1.7.3](https://github.com/agda/agda-stdlib/releases/tag/v1.7.3) | [v1.7.3](https://github.com/omelkonian/agda-stdlib-classes/releases/tag/v1.7.3) | [v1.7.3](https://github.com/omelkonian/agda-stdlib-meta/releases/tag/v1.7.3) |
| [v2.6.4](https://github.com/agda/agda/releases/tag/v2.6.3) | [v2.0-rc1](https://github.com/agda/agda-stdlib/releases/tag/v2.0-rc1) | [v2.0-rc1](https://github.com/omelkonian/agda-stdlib-classes/releases/tag/v2.0-rc1) | [v2.0-rc1](https://github.com/omelkonian/agda-stdlib-meta/releases/tag/v2.0-rc1) |
| [v2.6.4](https://github.com/agda/agda/releases/tag/v2.6.3) | [v2.0](https://github.com/agda/agda-stdlib/releases/tag/v2.0) | [v2.0](https://github.com/omelkonian/agda-stdlib-classes/releases/tag/v2.0) | [v2.0](https://github.com/omelkonian/agda-stdlib-meta/releases/tag/v2.0) |

Minor revisions will append to these major versions (e.g. `v1.7.3b` or `v1.7.3.10`).

0 comments on commit 4eaf23d

Please sign in to comment.