Skip to content

Commit

Permalink
[ new ] Prepare for the v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
banacorn committed Nov 13, 2024
1 parent 8489ffb commit 6746c5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## v0.5.0 - BTA
## v0.5.0 - 2023-11-13

### Fixed
- #196: Improve the logic related to buffer's font size adjustment by [@jiangsy](https://github.com/jiangsy)
Expand All @@ -15,8 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Upgrade ReScript to v11
- Deprecated "reason-promise" in favor of the new async/await syntax in ReScript
- CI overhaul: allow testings be be conducted on all major platforms (Windows, macOS, Ubuntu) and on multiple versions of Agda

### Added
- More testings for some of the commands

## v0.4.7 - 2023-12-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "agda-mode on vscode",
"icon": "asset/logo.png",
"publisher": "banacorn",
"version": "0.4.7",
"version": "0.5.0",
"engines": {
"vscode": "^1.94.0"
},
Expand Down

0 comments on commit 6746c5a

Please sign in to comment.