CopilotC-Nvim / CopilotChat.nvim

Chat with GitHub Copilot in Neovim
https://copilotc-nvim.github.io/CopilotChat.nvim/
GNU General Public License v3.0
1.44k stars 67 forks source link

fix: consider 0.10 as stable and 0.11 as nightly #322

Closed frolvanya closed 3 months ago

frolvanya commented 3 months ago

closes #321

Let's consider 0.10 as stable version from now on. I suppose 0.9.5 still can be considered as stable for a few months until majority of people will migrate to 0.10

deathbeam commented 3 months ago

@all-contributors add @frolvanya for code

allcontributors[bot] commented 3 months ago

@deathbeam

I've put up a pull request to add @frolvanya! :tada:

WillEhrendreich commented 3 months ago

I'm on a nightly of 0.11.0 but checkhealth fails and says I should upgrade. image

deathbeam commented 3 months ago

Oh the commit number is since last release, need to fix that

frolvanya commented 3 months ago

Oh the commit number is since last release, need to fix that

Oops, I messed up. Do you want me to fix it? If so, do you want to completely remove this section with >= 2500 or replace it with >= 67 (since neovim-0.11 has dev number 67)

deathbeam commented 3 months ago

Oh the commit number is since last release, need to fix that

Oops, I messed up. Do you want me to fix it? If so, do you want to completely remove this section with >= 2500 or replace it with >= 67 (since neovim-0.11 has dev number 67)

Oh the commit number is since last release, need to fix that

Oops, I messed up. Do you want me to fix it? If so, do you want to completely remove this section with >= 2500 or replace it with >= 67 (since neovim-0.11 has dev number 67)

Nah wasnt your fault just did not realized it works like this. I already fixed it here: https://github.com/CopilotC-Nvim/CopilotChat.nvim/pull/331 . If we have nvim 0.11.0 it will just consider any dev version as valid