From 5d33d22a741109e1e537fc0e4ae4898836d0262c Mon Sep 17 00:00:00 2001 From: "Andres Garcia (TECH-ANDGAR)" Date: Fri, 3 May 2024 00:07:16 -0500 Subject: [PATCH] fix(.github): Update CODEOWNERS with new GitHub usernames Updated CODEOWNERS file to reflect changes in GitHub usernames for code owners. Added new username and removed old one. --- .github/.CODEOWNERS | 2 +- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/.CODEOWNERS b/.github/.CODEOWNERS index 906c526..c046f6b 100644 --- a/.github/.CODEOWNERS +++ b/.github/.CODEOWNERS @@ -1,4 +1,4 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners -* @andgar2010 +* @tech-andgar * @andcan \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b9d40..55c6fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.3.3] - 2024-05-03 + +### Fixed - 3.3.3 + +- Updated CODEOWNERS file to reflect changes in GitHub usernames for code owners. + ## [3.3.2] - 2024-05-03 ### Fixed - 3.3.2 diff --git a/pubspec.yaml b/pubspec.yaml index 648fdb6..37495a8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.3.2 +version: 3.3.3 repository: https://github.com/DartForge/http_status issue_tracker: https://github.com/DartForge/http_status/issues homepage: https://github.com/DartForge/http_status