Skip to content

Commit 38c553d

Browse files
committed
Change versioning scheme to x.agda-version.y
The x.y.z.w.agda-version is too confusing.
1 parent c5c8b12 commit 38c553d

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,36 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
76

8-
## v0.2.0 - TBA
7+
## v0.2.6.2.2 - 2023-11-21
98

10-
### Fixed
9+
### Changed
10+
11+
- Bundle Agda-2.6.2.2
12+
- Versioning scheme: _x.a.b.c.d.y_ where _a.b.c.d_ is the 4-digit Agda version (2.6.2.2), _x_ is 0 but may be bumped for revolutionary changes to the agda-language-server, and _y_ is for patch releases
13+
- Builds with `lsp` < 1.5 on GHC 8.10 (LTS 18.28) and 9.0 (LTS 19.33)
14+
15+
## v0.2.1 - 2021-10-25
16+
17+
No changes.
18+
19+
## v0.2.0 - 2021-10-22
20+
21+
### Fixed
1122
- #2: Allow user to supply command-line options via agda-mode
1223

1324
## v0.1.4 - 2021-10-04
1425

15-
### Fixed
26+
### Fixed
1627
- Resume sending HighlightingInfos to agda-mode
1728

1829
## v0.1.3 - 2021-10-04
1930

20-
### Fixed
31+
### Fixed
2132
- Include DLLs in the bundle
2233

2334
## v0.1.2 - 2021-10-03
2435

25-
### Fixed
36+
### Fixed
2637
- #5: Connection Error
27-

agda-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: agda-language-server
8-
version: 0.2.2.0.2.2.6.2
8+
version: 0.2.2.6.2
99
synopsis: An implementation of language server protocal (LSP) for Agda 2.
1010
description: Please see the README on GitHub at <https://github.com/agda/agda-language-server#readme>
1111
category: Development

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agda-language-server
2-
version: 0.2.2.0.2.2.6.2
2+
version: 0.2.2.6.2
33
github: "banacorn/agda-language-server"
44
license: MIT
55
author: "Ting-Gian LUA"

0 commit comments

Comments
 (0)