Skip to content

Commit d0b9518

Browse files
committed
release version 5.0.0
1 parent 8c2c5fd commit d0b9518

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [5.0.0] - 2023-05-09
8+
### Added
9+
- Add support for running custom\_lint as pre commit hook via `custom-lint` task
10+
11+
### Removed
12+
- Removed `TestImportTask` and `LibExportTask` - superseded by `custom-lint`
13+
714
## [4.1.0] - 2023-02-22
815
### Added
916
- `osv-scanner` Task to automatically check for dependencies with security issues
@@ -158,6 +165,7 @@ higher version from the lockfile
158165
- Initial release
159166
- Automatic deployment
160167

168+
[5.0.0]: https://github.com/Skycoder42/dart_pre_commit/compare/v4.1.0...v5.0.0
161169
[4.1.0]: https://github.com/Skycoder42/dart_pre_commit/compare/v4.0.0...v4.1.0
162170
[4.0.0]: https://github.com/Skycoder42/dart_pre_commit/compare/v3.0.2...v4.0.0
163171
[3.0.2]: https://github.com/Skycoder42/dart_pre_commit/compare/v3.0.1...v3.0.2
@@ -175,4 +183,4 @@ higher version from the lockfile
175183
[1.1.0]: https://github.com/Skycoder42/dart_pre_commit/compare/v1.0.2...v1.1.0
176184
[1.0.2]: https://github.com/Skycoder42/dart_pre_commit/compare/v1.0.1...v1.0.2
177185
[1.0.1]: https://github.com/Skycoder42/dart_pre_commit/compare/v1.0.0...v1.0.1
178-
[1.0.0]: https://github.com/Skycoder42/dart_pre_commit/releases/tag/v1.0.0
186+
[1.0.0]: https://github.com/Skycoder42/dart_pre_commit/releases/tag/v1.0.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_pre_commit
22
description: A small collection of pre commit hooks to format and lint dart code
3-
version: 4.1.0
3+
version: 5.0.0
44
homepage: https://github.com/Skycoder42/dart_pre_commit
55

66
environment:

0 commit comments

Comments
 (0)