Skip to content

Commit 4091ac5

Browse files
author
Brian J. Cardiff
authored
Release 0.10.0 (#343)
1 parent f5c10d5 commit 4091ac5

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# CHANGELOG
22

3+
## v0.10.0 - 2020-04-01
4+
5+
Features:
6+
7+
- Use [crystal-molinillo](https://github.com/crystal-lang/crystal-molinillo) to resolve dependencies, drop the SAT solver. [#322](https://github.com/crystal-lang/shards/pull/322), [#329](https://github.com/crystal-lang/shards/pull/329), [#336](https://github.com/crystal-lang/shards/pull/336).
8+
- Automatic unlock on install and update. [#337](https://github.com/crystal-lang/shards/pull/337)
9+
- Show the shard's name when running scripts. [#326](https://github.com/crystal-lang/shards/pull/326)
10+
- Support shard renames. [#327](https://github.com/crystal-lang/shards/pull/327)
11+
- Add SPEC for repository, homepage, documentation properties. [#265](https://github.com/crystal-lang/shards/pull/265)
12+
13+
Fixes:
14+
15+
- Allow changes in the source protocol without triggering an actual change in the source. [#315](https://github.com/crystal-lang/shards/pull/315)
16+
- Make shards reproducible via `SOURCE_DATE_EPOCH` environment variable. [#314](https://github.com/crystal-lang/shards/pull/314)
17+
- Check non hidden files are not pruned. [#330](https://github.com/crystal-lang/shards/pull/330)
18+
- Validation of changes in production mode for dependencies referenced by commit. [#340](https://github.com/crystal-lang/shards/pull/340)
19+
20+
Others:
21+
22+
- Upgrade to Crystal 0.34.0. [#296](https://github.com/crystal-lang/shards/pull/296), [#331](https://github.com/crystal-lang/shards/pull/331), [#335](https://github.com/crystal-lang/shards/pull/335)
23+
- Replace [minitest](https://github.com/ysbaddaden/minitest.cr) in favor of std-lib spec. [#334](https://github.com/crystal-lang/shards/pull/334)
24+
- CI improvements and housekeeping. [#333](https://github.com/crystal-lang/shards/pull/333), [#317](https://github.com/crystal-lang/shards/pull/317), [#323](https://github.com/crystal-lang/shards/pull/323), [#328](https://github.com/crystal-lang/shards/pull/328)
25+
326
## v0.9.0 - 2019-06-13
427

528
Fixes:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ targets:
1212
shards:
1313
main: src/shards.cr
1414

15-
crystal: 0.29.0
15+
crystal: 0.33.0
1616

1717
license: Apache-2.0

0 commit comments

Comments
 (0)