Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#168)
Browse files Browse the repository at this point in the history
* chore(main): release 1.0.0
* docs: add note on required nvim version 0.10.0
  • Loading branch information
fredrikaverpil authored Aug 17, 2024
1 parent 26d937f commit baa2cf4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://github.com/fredrikaverpil/neotest-golang/compare/v0.11.0...v1.0.0) (2024-08-17)


### ⚠ BREAKING CHANGES

* broken 'go list' report on some systems (requires nvim 0.10.0) ([#167](https://github.com/fredrikaverpil/neotest-golang/issues/167))

### Bug Fixes

* broken 'go list' report on some systems ([#167](https://github.com/fredrikaverpil/neotest-golang/issues/167)) ([26d937f](https://github.com/fredrikaverpil/neotest-golang/commit/26d937f53d9566a401797e3a50a946f42c4b500c))

## [0.11.0](https://github.com/fredrikaverpil/neotest-golang/compare/v0.10.0...v0.11.0) (2024-08-01)


Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ present in neotest-golang (this project):

## 🥸 Installation

> [!NOTE]
>
> Requires Neovim 0.10.0.
### 💤 Lazy.nvim

```lua
Expand Down

0 comments on commit baa2cf4

Please sign in to comment.