Skip to content

Commit

Permalink
build(http_status): Update to version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-andgar committed Feb 24, 2024
1 parent f50aeb7 commit 182cfd3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [3.3.0] - 2024-02-24

### Added - 3.3.0

- Added @immutable annotation to HttpStatus class for enhanced immutability.

### Fixed - 3.3.0

- Improved error messaging for unrecognized fromCode() of HTTP status codes and added verification test case.

## [3.2.0] - 2024-02-17

### Fixed - 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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: 3.2.0
version: 3.3.0
repository: https://github.com/DartForge/http_status
issue_tracker: https://github.com/DartForge/http_status/issues
homepage: https://github.com/DartForge/http_status
Expand Down

0 comments on commit 182cfd3

Please sign in to comment.