Skip to content

Releases: vtjnash/Glob.jl

v1.3.1

27 Mar 20:27
19e9bb2
Compare
Choose a tag to compare

Glob v1.3.1

Diff since v1.3.0

Closed issues:

  • Make a release? (#33)

Merged pull requests:

v1.3.0

11 Apr 23:04
b9974be
Compare
Choose a tag to compare

Glob v1.3.0

Diff since v1.2.0

Closed issues:

  • 😊Can we cut a release since this is v1.0 compatible? (#16)
  • Error tagging new release (#18)

Merged pull requests:

Updates for Julia v1.0 (and v0.7)

14 Aug 22:05
Compare
Choose a tag to compare
Update to julia 1.0, drop julia 0.6 support (PR #17)

* Change CI to test julia 1.0 instead of julia 0.6
* Switch to newer appveyor script (from https://github.com/JuliaCI/Appveyor.jl)
* Fix `using Pkg` && switch to use default `script`.
* Fix .travis.yml Coverage `after_success` section for v0.7
* removed .travis.yml git depth && unshallow settings from
* .travis.yml: remove cd from after_success
* Bump REQUIRE to julia v0.7
* Removed Compat now that we're requiring julia 0.7!
* Removed all "VERSION" checks now that this is 1.0!

v1.1.1 : Updated for Julia v0.6

26 Apr 18:30
Compare
Choose a tag to compare
Use more specific Compat and spaces version cutoffs

PR #10

v1.1.0 : Updated for Julia v0.5

14 Dec 21:54
Compare
Choose a tag to compare
remove Compat for pre-v0.5 versions