# Please be mindful of version bounds and semantic versioning when tagging your packages

**URL:** https://discourse.julialang.org/t/please-be-mindful-of-version-bounds-and-semantic-versioning-when-tagging-your-packages/30708
**Category:** Community
**Created:** [November 4, 2019, 6:53pm UTC](https://discourse.julialang.org/t/please-be-mindful-of-version-bounds-and-semantic-versioning-when-tagging-your-packages/30708 "2019-11-04T18:53:20Z")
**Posts on this page:** 1
**Showing post:** 20

<div class="post-metadata">

### Author: ![fredrikekre](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fredrikekre/32/1688_2.png) [@fredrikekre](https://discourse.julialang.org/u/fredrikekre)
#### Post date: [November 4, 2019, 8:39pm UTC](https://discourse.julialang.org/t/please-be-mindful-of-version-bounds-and-semantic-versioning-when-tagging-your-packages/30708/20 "2019-11-04T20:39:18Z")

</div>

> [@chakravala](#):
>
> You are wrong, I have previously tagged releases in the new registry and have seen what happens.
> 
> What happens is that in the registry all previous version get the bounds added. Try it, you’ll see.
> 
> Since the registry entries get updated, when somebody updates their registry, they get the bounds.

I’m not wrong.

> [@chakravala](#):
>
> By doing tests and taking a look at the breaking changes to see what changed.

But there is nothing to test, there is no new release to test against.

> [@chakravala](#):
>
> That’s the whole point… you are just guessing, which is reckless. You literally want people to guess when there might be an incompatibility. This is to me the definition of reckless and careless.

I mean, it’s a qualified guess. The only logical guess. We have to assume that if the package author releases a breaking (according to semver version) release it will break our package.

Whats so terrible with actually waiting and testing against the new release _when it is released_?

---

_[View the full topic](https://discourse.julialang.org/t/please-be-mindful-of-version-bounds-and-semantic-versioning-when-tagging-your-packages/30708)._
