Skip to content

Commit 7d239f8

Browse files
authored
Version is now 0.1.1-SNAPSHOT (#89)
1 parent f3e5de8 commit 7d239f8

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Next version (unreleased)
22

3+
# version 0.1.0
4+
_2025-08-10_
5+
6+
* Add updateRepo(setVersionInDocs) by @martinbonnin in https://github.com/GradleUp/librarian/pull/80
7+
* Bump to KGP 2.2 and improve isolated project support by @martinbonnin in https://github.com/GradleUp/librarian/pull/81
8+
* Make dokkatoo configuration IP compatible by @martinbonnin in https://github.com/GradleUp/librarian/pull/82
9+
* Use compat-patrouille by @martinbonnin in https://github.com/GradleUp/librarian/pull/86
10+
* Add support for automatically publishing missing plugin markers by @martinbonnin in https://github.com/GradleUp/librarian/pull/83
11+
12+
# Version 0.0.10
13+
14+
* Add support for LIBRARIAN_RELEASE by @martinbonnin in https://github.com/GradleUp/librarian/pull/62
15+
* Remove unused Nexus code by @martinbonnin in https://github.com/GradleUp/librarian/pull/63
16+
* Make uploading to Gcs less verbose by @martinbonnin in https://github.com/GradleUp/librarian/pull/64
17+
* Import JvmField by @BoD in https://github.com/GradleUp/librarian/pull/65
18+
* Add LIBRARIAN_NIGHTLY by @martinbonnin in https://github.com/GradleUp/librarian/pull/67
19+
* add librarian version by @martinbonnin in https://github.com/GradleUp/librarian/pull/68
20+
* Do not overwrite the groupId set for plugin marker publications by @martinbonnin in https://github.com/GradleUp/librarian/pull/69
21+
* Bump nmcp by @martinbonnin in https://github.com/GradleUp/librarian/pull/72
22+
* Update bootstrap version by @martinbonnin in https://github.com/GradleUp/librarian/pull/74
23+
* Use LIBRARIAN_RELEASE by @martinbonnin in https://github.com/GradleUp/librarian/pull/75
24+
* add cli helpers by @martinbonnin in https://github.com/GradleUp/librarian/pull/76
25+
26+
# version 0.0.9
27+
28+
Fix the plugin marker
29+
330
# Version 0.0.8
431
_2025-06-26_
532

librarian.root.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kdoc.olderVersions=
55
kdoc.artifactId=kdoc
66

77
pom.groupId=com.gradleup.librarian
8-
pom.version=0.1.0-SNAPSHOT
8+
pom.version=0.1.1-SNAPSHOT
99
pom.description=Librarian
1010
pom.vcsUrl=https://github.com/gradleup/librarian
1111
pom.developer=GradleUp authors

0 commit comments

Comments
 (0)