@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.1.1 (2023-01-24)
9+
10+ ### New Features
11+
12+ - <csr-id-6abe6ee3587f737966bddb5ab0f003e62aea3291 /> add 2D line path rendering.
13+
14+ ### Commit Statistics
15+
16+ <csr-read-only-do-not-edit />
17+
18+ - 1 commit contributed to the release.
19+ - 4 days passed between releases.
20+ - 1 commit was understood as [ conventional] ( https://www.conventionalcommits.org ) .
21+ - 1 unique issue was worked on: [ #76 ] ( https://github.com/fishfolk/bones/issues/76 )
22+
23+ ### Commit Details
24+
25+ <csr-read-only-do-not-edit />
26+
27+ <details ><summary >view details</summary >
28+
29+ * ** [ #76 ] ( https://github.com/fishfolk/bones/issues/76 ) **
30+ - add 2D line path rendering. ([ ` 6abe6ee ` ] ( https://github.com/fishfolk/bones/commit/6abe6ee3587f737966bddb5ab0f003e62aea3291 ) )
31+ </details >
32+
833## 0.1.0 (2023-01-18)
934
1035<csr-id-27252465ad0506ff2f8c377531fa079ec64d1750 />
@@ -81,7 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81106
82107<csr-read-only-do-not-edit />
83108
84- - 18 commits contributed to the release over the course of 16 calendar days.
109+ - 19 commits contributed to the release over the course of 16 calendar days.
85110 - 17 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
86111 - 12 unique issues were worked on: [ #26 ] ( https://github.com/fishfolk/bones/issues/26 ) , [ #29 ] ( https://github.com/fishfolk/bones/issues/29 ) , [ #31 ] ( https://github.com/fishfolk/bones/issues/31 ) , [ #34 ] ( https://github.com/fishfolk/bones/issues/34 ) , [ #35 ] ( https://github.com/fishfolk/bones/issues/35 ) , [ #37 ] ( https://github.com/fishfolk/bones/issues/37 ) , [ #43 ] ( https://github.com/fishfolk/bones/issues/43 ) , [ #44 ] ( https://github.com/fishfolk/bones/issues/44 ) , [ #54 ] ( https://github.com/fishfolk/bones/issues/54 ) , [ #63 ] ( https://github.com/fishfolk/bones/issues/63 ) , [ #65 ] ( https://github.com/fishfolk/bones/issues/65 ) , [ #67 ] ( https://github.com/fishfolk/bones/issues/67 )
87112
@@ -116,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116141 * ** [ #67 ] ( https://github.com/fishfolk/bones/issues/67 ) **
117142 - generate changelogs for all crates. ([ ` a68cb79 ` ] ( https://github.com/fishfolk/bones/commit/a68cb79e6b7d3774c53c0236edf3a12175f297b5 ) )
118143 * ** Uncategorized**
119- - Release type_ulid_macros v0.1.0, type_ulid v0.1.0, bones_bevy_utils v0.1.0, bones_ecs v0.1.0, bones_asset v0.1.0, bones_input v0.1.0, bones_render v0.1.0, bones_lib v0.1.0 ([ ` ca37c81 ` ] ( https://github.com/fishfolk/bones/commit/ca37c8150478b1c1afb687096214b1d8a0c95478 ) )
144+ - Release type_ulid v0.1.0, bones_bevy_utils v0.1.0, bones_ecs v0.1.0, bones_asset v0.1.0, bones_input v0.1.0, bones_render v0.1.0, bones_lib v0.1.0 ([ ` 69713d7 ` ] ( https://github.com/fishfolk/bones/commit/69713d7da8024ee4b3017b563f031880009c90ee ) )
145+ - Release type_ulid_macros v0.1.0, type_ulid v0.1.0, bones_bevy_utils v0.1.0, bones_ecs v0.1.0, bones_asset v0.1.0, bones_input v0.1.0, bones_render v0.1.0, bones_lib v0.1.0 ([ ` db0333d ` ] ( https://github.com/fishfolk/bones/commit/db0333ddacb6f29aed8664db67973e72ea586dce ) )
120146 - add modules to the prelude. ([ ` a16443a ` ] ( https://github.com/fishfolk/bones/commit/a16443a0860e46bf44fed534648af85d540f975a ) )
121147 - add audio module. ([ ` c61b845 ` ] ( https://github.com/fishfolk/bones/commit/c61b84553b8e4322a96de377b1b8f132894166db ) )
122148 - add a helper method for creating an ` AtlasSprite ` . ([ ` 2a52b68 ` ] ( https://github.com/fishfolk/bones/commit/2a52b688bb9b8920c9b0001fe536c4f82c86b127 ) )
0 commit comments