Skip to content

Commit 69344a8

Browse files
committed
Release v0.5.4 [skip ci]
1 parent 8cb8305 commit 69344a8

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

CHANGELOG.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# Changes by Version
22

3-
## [v0.5.4-SNAPSHOT](https://github.com/libj/util/compare/8f820b9e9bae3e820a45a5bb310bd4ebe8ae0b52..HEAD)
3+
## [v0.5.5-SNAPSHOT](https://github.com/libj/util/compare/8cb8305c9e8fbf53ba32cce1c8c838413dbcd4e0..HEAD)
4+
5+
## [v0.5.4](https://github.com/libj/util/compare/8f820b9e9bae3e820a45a5bb310bd4ebe8ae0b52..8cb8305c9e8fbf53ba32cce1c8c838413dbcd4e0) (2024-02-27)
6+
* #12 Implement `ProxyURI`
47

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

1821
## [v0.5.2](https://github.com/libj/net/compare/3136a63796aec4121b60e2328f5ec2b5093b9eaa..01c48784915d7e10e0f7b207f5408309494d9e5e) (2020-05-23)
1922
* Improve handling of `InvocationTargetException`.

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<parent>
2323
<groupId>org.libj</groupId>
2424
<artifactId>libj</artifactId>
25-
<version>0.9.9-SNAPSHOT</version>
25+
<version>0.9.9</version>
2626
</parent>
2727
<artifactId>net</artifactId>
28-
<version>0.5.4-SNAPSHOT</version>
28+
<version>0.5.4</version>
2929
<name>LibJ Net</name>
3030
<description>
3131
Supplementary utilities for classes that belong to java.net and javax.servlet packages.
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.libj</groupId>
3636
<artifactId>io</artifactId>
37-
<version>0.7.9-SNAPSHOT</version>
37+
<version>0.7.9</version>
3838
</dependency>
3939

4040
<dependency>

0 commit comments

Comments
 (0)