@@ -5,11 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 0.1.1] - 2020-04-15
8
10
### Added
9
11
- ` Settings::with_flags ` to easily initialize some default settings with flags. [ #266 ]
10
12
- ` Default ` implementation for ` canvas::layer::Cache ` . [ #267 ]
11
13
- ` Ctrl + Del ` support for ` TextInput ` . [ #268 ]
12
- - Helper methods in ` canvas::Path ` to easily draw lines, rectangles, and circles.
14
+ - Helper methods in ` canvas::Path ` to easily draw lines, rectangles, and circles. [ # 293 ]
13
15
- ` From<Color> ` implementation for ` canvas::Fill ` . [ #293 ]
14
16
- ` From<String> ` implementation for ` canvas::Text ` . [ #293 ]
15
17
- ` From<&str> ` implementation for ` canvas::Text ` . [ #293 ]
@@ -31,12 +33,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
33
### Removed
32
34
- Unnecessary ` 'static ` lifetimes in ` Renderer ` bounds. [ #290 ]
33
35
34
- [ #259 ] : https://github.com/hecrj/iced/pull/259
36
+ [ #259 ] : https://github.com/hecrj/iced/pull/259
35
37
[ #260 ] : https://github.com/hecrj/iced/pull/260
36
38
[ #266 ] : https://github.com/hecrj/iced/pull/266
39
+ [ #267 ] : https://github.com/hecrj/iced/pull/267
37
40
[ #268 ] : https://github.com/hecrj/iced/pull/268
38
41
[ #278 ] : https://github.com/hecrj/iced/pull/278
39
42
[ #279 ] : https://github.com/hecrj/iced/pull/279
43
+ [ #281 ] : https://github.com/hecrj/iced/pull/281
40
44
[ #289 ] : https://github.com/hecrj/iced/pull/289
41
45
[ #290 ] : https://github.com/hecrj/iced/pull/290
42
46
[ #293 ] : https://github.com/hecrj/iced/pull/293
@@ -106,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106
110
### Added
107
111
- First release! :tada :
108
112
109
- [ Unreleased ] : https://github.com/hecrj/iced/compare/0.1.0...HEAD
113
+ [ Unreleased ] : https://github.com/hecrj/iced/compare/0.1.1...HEAD
114
+ [ 0.1.1 ] : https://github.com/hecrj/iced/compare/0.1.0...0.1.1
110
115
[ 0.1.0 ] : https://github.com/hecrj/iced/compare/0.1.0-beta...0.1.0
111
116
[ 0.1.0-beta ] : https://github.com/hecrj/iced/compare/0.1.0-alpha...0.1.0-beta
112
117
[ 0.1.0-alpha ] : https://github.com/hecrj/iced/releases/tag/0.1.0-alpha
0 commit comments