Skip to content

Commit

Permalink
feat(version)!: Drop support for Neovim < v0.10.0
Browse files Browse the repository at this point in the history
At this point everything is still working with 0.9.4 and 0.9.5, but
future changes will not ensure support for those versions.
  • Loading branch information
kristijanhusak committed Jan 6, 2025
1 parent 2e45a6a commit e5562a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
fail-fast: false
matrix:
version:
- v0.9.5
- v0.10.0
- v0.10.1
- v0.10.2
- v0.10.3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#+HTML:<a href="https://ko-fi.com/kristijanhusak"><img alt="Kofi" src="https://img.shields.io/badge/support-kofi-00b9fe?style=flat-square&logo=kofi"></a>
#+HTML:<a href="https://matrix.to/#/#neovim-orgmode:matrix.org"><img alt="Chat" src="https://img.shields.io/matrix/neovim-orgmode:matrix.org?logo=matrix&server_fqdn=matrix.org&style=flat-square"></a>

Orgmode clone written in Lua for Neovim 0.9.4+
Orgmode clone written in Lua for Neovim 0.10.0+

[[#setup][Setup]] • [[file:./DOCS.md][Docs]] • [[#showcase][Showcase]] • [[#treesitter-info][Treesitter]] • [[#troubleshoot][Troubleshoot]] • [[#plugins][Plugins]] • [[file:./CONTRIBUTING.md][Contributing]] • [[#thanks-to][Kudos]]

Expand All @@ -19,7 +19,7 @@ Orgmode clone written in Lua for Neovim 0.9.4+

*** Requirements

- Neovim 0.9.4 or later
- Neovim 0.10.0 or later

*** Installation

Expand Down

0 comments on commit e5562a0

Please sign in to comment.