Updated license

This commit is contained in:
thomashii 2021-09-12 11:07:10 +08:00
parent 5035a6bb63
commit f7bec6fb1e
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Change Log
## 3.0.1
* Fixed boken license link
## 3.0.0
* Upgraded from `pendantic` to `lints` linter

View file

@ -1,8 +1,8 @@
# Belatuk Body Parser
[![version](https://img.shields.io/badge/pub-v3.0.0-brightgreen)](https://pub.dev/packages/belatuk_body_parser)
[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dev/packages/belatuk_body_parser)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/body_parser/LICENSE)
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/body_parser/LICENSE)
**Replacement of `package:body_parser` with breaking changes to support NNBD.**

View file

@ -1,5 +1,5 @@
name: belatuk_body_parser
version: 3.0.0
version: 3.0.1
description: Parse request bodies and query strings in Dart. Supports JSON, URL-encoded, and multi-part bodies.
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/body_parser
environment: