Skip to content

Commit 3b9945c

Browse files
committed
chore(version): 0.9.0
1 parent a72a196 commit 3b9945c

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

changelog.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
<a name="v0.9.0"></a>
2+
### [`v0.9.0`](https://github.com/citycide/glob/compare/v0.8.1...v0.9.0) (2018-10-02)
3+
4+
5+
###### BREAKING CHANGES
6+
7+
* **walk:** absolute patterns now result in absolute paths if no root is provided (even if
8+
`Absolute notin options`)
9+
10+
###### FEATURES
11+
12+
* **walk:** make `Absolute` option handling smarter (#27) ([`589671a`](https://github.com/citycide/glob/commit/589671a897c12398113605193130d1c60ffab282)), closes [#23](https://github.com/citycide/glob/issues/23)
13+
14+
###### BUG FIXES
15+
16+
* **walk:** ensure hidden directories are not entered on non-Windows systems ([`1ea34f9`](https://github.com/citycide/glob/commit/1ea34f92126eae586528c0552641b9b3bcb1c1b2))
17+
* **walk:** match filesystem casing for entries on macOS (#33) ([`d9d1175`](https://github.com/citycide/glob/commit/d9d1175ef04603d91f7d6bc615a3e799f2111932))
18+
* **compat:** support future module relocation in nim devel (#31) ([`ffd65d3`](https://github.com/citycide/glob/commit/ffd65d3b94109bddb8cb0df0af351aa4f2ef41a6))
19+
* **walk:** handle leading shallow magic correctly (#30) ([`1fa54df`](https://github.com/citycide/glob/commit/1fa54df5fa57e38adc43de2cb050c7748c305047)), closes [#29](https://github.com/citycide/glob/issues/29)
20+
* **walk:** handle leading magic correctly pt. 2 ([`633a87d`](https://github.com/citycide/glob/commit/633a87d18cab63cef8bee2b6674a2c6a768236ca)), closes [#29](https://github.com/citycide/glob/issues/29)
21+
* **windows:** improve case insensitive path handling ([`4a0d545`](https://github.com/citycide/glob/commit/4a0d545e682f3f7792159f31119c34bdf2aaf4e3))
22+
23+
###### CONTRIBUTORS
24+
25+
This release was made possible by:
26+
27+
* [@skellock](https://github.com/skellock)
28+
29+
Thanks!
30+
31+
---
32+
133
<a name="v0.8.1"></a>
234
### [`v0.8.1`](https://github.com/citycide/glob/compare/v0.8.0...v0.8.1) (2018-07-21)
335

glob.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.8.1"
1+
version = "0.9.0"
22
author = "Bo Lingen"
33
description = "Pure library for matching file paths against Unix style glob patterns."
44
license = "MIT"

0 commit comments

Comments
 (0)