Skip to content

Releases: simonster/Reexport.jl

v1.2.2

24 Aug 18:41
f0d5b25
Compare
Choose a tag to compare

Fix for an issue inadvertently introduced in v1.2.1 when a module has a submodule called Core, which affected Turing.jl.

v1.2.1

24 Aug 05:49
fd87dbf
Compare
Choose a tag to compare

Fixed use of @reexport inside of baremodules

NOTE: This version has been yanked from the General registry.

v1.2.0

24 Aug 05:46
ce31c03
Compare
Choose a tag to compare

@reexport is now composable with other macros

v1.1.0

04 Jun 23:46
3ab612e
Compare
Choose a tag to compare

Changes

  • Deprecated bindings, i.e. those produced via Base.@deprecate_binding, are now reexported. (#29)

v1.0.0

04 Jan 17:39
7236649
Compare
Choose a tag to compare
Prepare to release version 1.0.0 (#23)

Changes:
* Add a standard .gitignore file
* Set the Julia compatibility version to ^1.0
* Remove the REQUIRE file
* Replace testing on 0.7 with 1.2
* Set the package version to 1.0.0.

Since Reexport is such a stable package, it makes sense for it to
declare itself to be at version 1.0. That way packages which depend on
it can specify their version requirement as `Reexport = "1"` without
needing to add a new 0.x version of Reexport to their `[compat]` every
time one is released.

v0.2.0: Merge pull request #16 from joshday/master

07 Aug 16:06
8d8bf24
Compare
Choose a tag to compare