File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ Nothing
11
+
12
+ ## [ 3.0.1] — 2020-09-04
13
+
10
14
### Added
11
15
12
16
- ` bazel ` support.
13
17
14
18
### Changed
15
19
16
- - CHANGELOG follow "Keep a Changelog".
20
+ - ` CHANGELOG.md ` follows "Keep a Changelog".
17
21
18
22
### Removed
19
23
Original file line number Diff line number Diff line change 286
286
buildSettings = {
287
287
CLANG_ENABLE_OBJC_WEAK = YES;
288
288
COMBINE_HIDPI_IMAGES = YES;
289
- CURRENT_PROJECT_VERSION = " 3.0.1+dev1" ;
289
+ CURRENT_PROJECT_VERSION = 3.0.1;
290
290
MACOSX_DEPLOYMENT_TARGET = 10.15;
291
- MARKETING_VERSION = " 3.0.1+dev1" ;
291
+ MARKETING_VERSION = 3.0.1;
292
292
OTHER_CFLAGS = "-DDEBUG";
293
293
};
294
294
name = Debug;
298
298
buildSettings = {
299
299
CLANG_ENABLE_OBJC_WEAK = YES;
300
300
COMBINE_HIDPI_IMAGES = YES;
301
- CURRENT_PROJECT_VERSION = " 3.0.1+dev1" ;
301
+ CURRENT_PROJECT_VERSION = 3.0.1;
302
302
MACOSX_DEPLOYMENT_TARGET = 10.15;
303
- MARKETING_VERSION = " 3.0.1+dev1" ;
303
+ MARKETING_VERSION = 3.0.1;
304
304
};
305
305
name = Release;
306
306
};
You can’t perform that action at this time.
0 commit comments