Skip to content

Commit

Permalink
Merge pull request #3 from andgar2010/main
Browse files Browse the repository at this point in the history
feat: expanded the Dart SDK compatibility range to '<4.0.0'
  • Loading branch information
tech-andgar authored Feb 13, 2024
2 parents 5471929 + 758424e commit 42c6377
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2.1.0] - 2024-02-10

- Expanded the Dart SDK compatibility range to '<4.0.0'.
-

## [2.0.1] - 2024-02-10

- **Enhanced comparability:** `operator ==` now uses `covariant` for better type safety and comparison accuracy.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: http_status
description: Constants enumerating the HTTP status codes in Dart. All status codes defined in RFC1945 (HTTP/1.0, RFC2616 (HTTP/1.1), and RFC2518 (WebDAV) are supported.
version: 2.0.1
version: 2.1.0
repository: https://github.com/DartForge/http_status
issue_tracker: https://github.com/DartForge/http_status/issues
homepage: https://github.com/DartForge/http_status
documentation: https://github.com/DartForge/http_status
topics: [http_status]
topics: [http-status]
# author:
# - Andrea Cantafio <kk4r.1m@gmail.com>
# - Andres Garcia (TECH-ANDGAR) <dev@tech-andgar.me>

environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=2.18.0 <4.0.0'

dev_dependencies:
coverage: ^1.6.3
Expand Down
File renamed without changes.

0 comments on commit 42c6377

Please sign in to comment.