Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Aug 21, 2024
1 parent 9afa28a commit e46d49e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2] - 2024-08-20

### Added

- Semantic highlighting in [#29](https://github.com/aazuspan/spinasm-lsp/pull/29)
Expand All @@ -33,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Renaming
- Go to definition

[unreleased]: https://github.com/aazuspan/spinasm-lsp/compare/0.1.1...HEAD
[unreleased]: https://github.com/aazuspan/spinasm-lsp/compare/0.1.2...HEAD
[0.1.2]: https://github.com/aazuspan/spinasm-lsp/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/aazuspan/spinasm-lsp/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/aazuspan/spinasm-lsp/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion src/spinasm_lsp/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit e46d49e

Please sign in to comment.