Releases: vtjnash/Glob.jl
Releases · vtjnash/Glob.jl
v1.4.0
Glob v1.4.0
This release adds globstar pattern support for recursive directory matching with **/.
Merged pull requests:
- update TagBot config (#37) (@vtjnash)
- add dependabot (#40) (@vtjnash)
- Bump actions/checkout from 3 to 4 (#41) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 5 (#42) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#43) (@dependabot[bot])
- More CI updates (#44) (@vtjnash)
- Fix macos-latest arch (#45) (@vtjnash)
- Bump actions/checkout from 4 to 5 (#49) (@dependabot[bot])
- Add globstar pattern support for recursive directory matching (#50) (@aviatesk)
- Bump actions/checkout from 5 to 6 (#51) (@dependabot[bot])
- Release v1.4.0 (#52) (@vtjnash)
Closed issues:
- GlobStar support --
**matches any number of levels (#19)
v1.3.1
v1.3.0
Glob v1.3.0
Closed issues:
Merged pull requests:
- Change CI to test julia 1.0 instead of julia 0.6 (#17) (@NHDaly)
- add Project.toml (#23) (@AStupidBear)
Updates for Julia v1.0 (and v0.7)
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
Use more specific Compat and spaces version cutoffs PR #10
v1.1.0 : Updated for Julia v0.5
remove Compat for pre-v0.5 versions