Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set versioning policy #278

Open
delphinus opened this issue Dec 10, 2024 · 1 comment
Open

Set versioning policy #278

delphinus opened this issue Dec 10, 2024 · 1 comment

Comments

@delphinus
Copy link
Member

delphinus commented Dec 10, 2024

This project has no versioning such as git-tagged ones. I will introduce 0.9.0 tag for the master branch before merging #275, that is, dropping support for Neovim v0.9.x. When merged, it will be tagged 1.0.0 and Neovim v0.9.x users should be use 0.9.0 tagged commit.

If significant bugs are fixed in the future, we will backport them into 0.9.0 and release 0.9.1 or either.

Recommended settings

{
  "nvim-telescope/telescope-frecency.nvim",
  -- install the latest stable version
  version = "*",
  config = function()
    require("telescope").load_extension "frecency"
  end,
}

or for Neovim 0.9.x users

{
  "nvim-telescope/telescope-frecency.nvim",
  -- install any compatible version of 0.9.x
  version = "^0.9.0",
  config = function()
    require("telescope").load_extension "frecency"
  end,
}
@delphinus
Copy link
Member Author

https://github.com/nvim-telescope/telescope-frecency.nvim/releases/tag/0.9.0

I made 0.9.0. When #275 is merged, I will publish 1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant