Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](v1.10.0...v1.11.0) (2024-05-02)

### Bug Fixes

* Improve handling of library dependencies loading ([ad7ceaa](ad7ceaa))

### Features

* Add support for parsing transitive dependencies from pom ([7f521b0](7f521b0))
  • Loading branch information
semantic-release-bot committed May 2, 2024
1 parent 7f521b0 commit ba4926c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.11.0](https://github.com/GeorgeV220/LibraryLoader/compare/v1.10.0...v1.11.0) (2024-05-02)


### Bug Fixes

* Improve handling of library dependencies loading ([ad7ceaa](https://github.com/GeorgeV220/LibraryLoader/commit/ad7ceaaf3c7dc5a712ef7d100accfd1c7f9dc220))


### Features

* Add support for parsing transitive dependencies from pom ([7f521b0](https://github.com/GeorgeV220/LibraryLoader/commit/7f521b026e9b8e987c6e21288451343f6941db24))

# [1.10.0](https://github.com/GeorgeV220/LibraryLoader/compare/v1.9.0...v1.10.0) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ group = com.georgev22
packageName = com.georgev22.libraryloader
pluginName = LibraryLoader
author = GeorgeV220
version = 1.10.0
version = 1.11.0

0 comments on commit ba4926c

Please sign in to comment.