Skip to content

Commit aa7f369

Browse files
authored
Remove version history from README (#274)
Removed version history section from README.
1 parent 8061485 commit aa7f369

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -98,25 +98,3 @@ Returns `Throwing(Predicate|Supplier|Consumer`) instance as a new `ThrowingFunct
9898
### Dependencies
9999

100100
None - the library is implemented using core Java libraries.
101-
102-
## Version history
103-
104-
## [1.6.1 (25-09-2024)](https://github.com/pivovarit/throwing-function/releases/tag/1.6.1)
105-
106-
* Explicit module configuration via a multi-release jar
107-
* Improved Javadoc
108-
109-
### [1.6.0 (24-09-2024)](https://github.com/pivovarit/throwing-function/releases/tag/1.6.0)
110-
111-
* Added `Automatic-Module-Name` to MANIFEST
112-
113-
### [1.5.1 (06-05-2020)](https://github.com/pivovarit/throwing-function/releases/tag/1.5.1)
114-
115-
* Fixed visibility issues with `ThrowingIntFunction`
116-
117-
### [1.5.0 (26-01-2019)](https://github.com/pivovarit/throwing-function/releases/tag/1.5.0)
118-
119-
* Introduced proper [Semantic Versioning](https://semver.org)
120-
* Introduced `ThrowingIntFunction`
121-
* Moved interfaces to `com.pivovarit.function`
122-
* Removed controversial `unwrap()` functionality

0 commit comments

Comments
 (0)