Skip to content

Commit 62e858b

Browse files
authored
bump to 1.6.0 (#35)
1 parent bcf1449 commit 62e858b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

embed/CHANGELOG.md

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

3+
## 1.6.0
4+
5+
- Allow analyzer `>=7.4.0 <9.0.0`. ([#32](https://github.com/fujidaiti/embed.dart/pull/32) by @FrankenApps)
6+
- Require source_gen `>=3.1.0`. ([#33](https://github.com/fujidaiti/embed.dart/pull/33) by @FrankenApps)
7+
38
## 1.5.0
49

510
- Require `analyzer` 7.4.0 or higher to migrate to [the analyzer's new element models](https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/element_model_migration_guide.md) ([#27](https://github.com/fujidaiti/embed.dart/pull/27) by @FrankenApps, [#30](https://github.com/fujidaiti/embed.dart/pull/30))

embed/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@ Thanks to all the contributors!
440440
- Update source_gen to version 3.0.0 and migrate to new element model API. ([#27](https://github.com/fujidaiti/embed.dart/pull/27))
441441
- Bump lints package. ([#29](https://github.com/fujidaiti/embed.dart/pull/29))
442442
- Fix typos. ([#28](https://github.com/fujidaiti/embed.dart/pull/28))
443+
- Loosen analyzer version constraint. ([#32](https://github.com/fujidaiti/embed.dart/pull/32))
444+
- Replace deprecated TypeChecker.fromRuntime with TypeChecker.typeNamed. ([#33](https://github.com/fujidaiti/embed.dart/pull/33))
443445

444446
<br/>
445447

embed/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: embed
22
description: Code generation for embedding arbitrary file content into Dart code.
3-
version: 1.5.0
3+
version: 1.6.0
44
repository: https://github.com/fujidaiti/embed.dart.git
55

66
environment:

0 commit comments

Comments
 (0)