Skip to content

Commit

Permalink
Release v0.5.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Feb 27, 2024
1 parent 8cb8305 commit 69344a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
23 changes: 13 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Changes by Version

## [v0.5.4-SNAPSHOT](https://github.com/libj/util/compare/8f820b9e9bae3e820a45a5bb310bd4ebe8ae0b52..HEAD)
## [v0.5.5-SNAPSHOT](https://github.com/libj/util/compare/8cb8305c9e8fbf53ba32cce1c8c838413dbcd4e0..HEAD)

## [v0.5.4](https://github.com/libj/util/compare/8f820b9e9bae3e820a45a5bb310bd4ebe8ae0b52..8cb8305c9e8fbf53ba32cce1c8c838413dbcd4e0) (2024-02-27)
* #12 Implement `ProxyURI`

## [v0.5.3](https://github.com/libj/net/compare/01c48784915d7e10e0f7b207f5408309494d9e5e..8f820b9e9bae3e820a45a5bb310bd4ebe8ae0b52) (2023-09-20)
* #11 Implement URLConnections.checkFollowRedirect(...)
* #10 Implement BufferedServletInputStream
* #9 Implement URIs.decodeParameters
* #8 Add connectTimeout and readTimeout parameters to Downloads.downloadFile(...)
* #11 Implement `URLConnections.checkFollowRedirect(...)`
* #10 Implement `BufferedServletInputStream`
* #9 Implement `URIs.decodeParameters`
* #8 Add `connectTimeout` and `readTimeout` parameters to `Downloads.downloadFile(...)`
* #7 Upgrade Maven dependencies
* #6 Use NIO for Downloads
* #6 Use NIO for `Downloads`
* #5 Transition to GitHub Actions
* #4 Add SPI mechanism to load URLStreamHandlerFactory classes
* #3 Add ClasspathURLStreamHandler
* #2 Refactor method names in HTTP to resemble ClassLoader
* #1 Rename getShortName(T) to getSimpleName(T) in URIs, and URLs
* #4 Add SPI mechanism to load `URLStreamHandlerFactory` classes
* #3 Add `ClasspathURLStreamHandler`
* #2 Refactor method names in HTTP to resemble `ClassLoader`
* #1 Rename `getShortName(T)` to `getSimpleName(T)` in `URIs`, and `URLs`

## [v0.5.2](https://github.com/libj/net/compare/3136a63796aec4121b60e2328f5ec2b5093b9eaa..01c48784915d7e10e0f7b207f5408309494d9e5e) (2020-05-23)
* Improve handling of `InvocationTargetException`.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.libj</groupId>
<artifactId>libj</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>
<artifactId>net</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
<name>LibJ Net</name>
<description>
Supplementary utilities for classes that belong to java.net and javax.servlet packages.
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>io</artifactId>
<version>0.7.9-SNAPSHOT</version>
<version>0.7.9</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 69344a8

Please sign in to comment.