Skip to content

Commit 5e4da3b

Browse files
committed
[ new ] Release Agda v2.7.0.1 Language Server v1
1 parent f2057aa commit 5e4da3b

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## v0.2.7.0.1.1 - 2024-12-4
8+
9+
### Added
10+
- #29: Integration testing for the language server
11+
- Prebuilt binaries for Intel x64 macOS
12+
13+
### Changed
14+
- Unfied workflow for building and testing the language server across all platforms
15+
16+
## v0.2.7.0.1.0 - 2024-12-2
17+
18+
### Added
19+
- #22: agda 2.6.4 by [@andreasabel](https://github.com/andreasabel)
20+
- #23: lsp 2 by [@andreasabel](https://github.com/andreasabel)
21+
22+
### Fixed
23+
- Version information of the language server
24+
725
## v0.2.6.4.0.3 - 2023-12-14
826

927
### Fixed

agda-language-server.cabal

+1-1
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.7.0.1.0
8+
version: 0.2.7.0.1.1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agda-language-server
2-
version: 0.2.7.0.1.0
2+
version: 0.2.7.0.1.1
33
github: "banacorn/agda-language-server"
44
license: MIT
55
author: "Ting-Gian LUA"

src/Options.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ options =
5959
]
6060

6161
usage :: String
62-
usage = "Agda v2.7.0.1 Language Server v0\nUsage: als [Options...]\n"
62+
usage = "Agda v2.7.0.1 Language Server v1\nUsage: als [Options...]\n"
6363

6464
usageAboutAgdaOptions :: String
6565
usageAboutAgdaOptions =

0 commit comments

Comments
 (0)