nvim-neorg / neorg-telescope

Telescope.nvim integration for Neorg
GNU General Public License v3.0
187 stars 24 forks source link

Request: Use semver to indicate compatibility with `neorg` main plugin #40

Closed leon-richardt closed 1 year ago

leon-richardt commented 1 year ago

Hey all,

First, let me say thank you for the great job you are doing with this project.

As I'm sure you're aware, many plugin managers (e.g. lazy.nvim) can be configured to only update plugins once a new version is released. In this particular case, I think it could be beneficial for the project to make sure that both the most recent release of the main repo (neorg) and this one are compatible with one another.

For example, currently, my local plugin version of nvim-neorg is at v5.0.0 whereas neorg-telescope is at d803ae4. Without further user interaction, this breaks neorg-telescope (due to neorg@5706f1e, I assume). In the future, this could be prevented by releasing new versions "simultaneously" (or close to it).

Thank you for your time & consideration :smile:

vhyrro commented 1 year ago

Hey, I totally agree! In fact the reason this doesn't have semver is because I forgot to add it, lol. Will do that soon.

vhyrro commented 1 year ago

Released 1.0.0! Any breaking changes will now be a new semver bump :D