File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,23 @@ Thank you to all who have contributed!
25
25
26
26
## [ Unreleased] ( https://TODO.com ) - YYYY-MM-DD
27
27
28
+ ### Added
29
+
30
+ ### Changed
31
+
32
+ ### Deprecated
33
+
34
+ ### Fixed
35
+
36
+ ### Removed
37
+
38
+ ### Security
39
+
40
+ ### Contributors
41
+ Thank you to all who have contributed!
42
+
43
+ ## [ 1.2.2] ( https://TODO.com ) - 2025-06-26
44
+
28
45
### Added
29
46
- ** EXPERIMENTAL** add ` metas ` map for ` PType `
30
47
- partiql-planner: ` ROW ` or collection types with excluded fields resulting from ` RelExclude ` will include a meta
@@ -50,6 +67,7 @@ Thank you to all who have contributed!
50
67
51
68
### Contributors
52
69
Thank you to all who have contributed!
70
+ - @alancai98
53
71
54
72
## [ 1.2.1] ( https://github.com/partiql/partiql-lang-kotlin/releases/tag/v1.2.1 ) - 2025-05-07
55
73
Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ rootProject.run {
14
14
extensions.getByType(NexusPublishExtension ::class .java).run {
15
15
this .repositories {
16
16
sonatype {
17
- nexusUrl.set(uri(" https://aws.oss.sonatype.org/service/local/" ))
18
- username.set(properties[" ossrhUsername" ].toString())
19
- password.set(properties[" ossrhPassword" ].toString())
17
+ nexusUrl.set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
18
+ snapshotRepositoryUrl.set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
19
+ username.set(properties[" centralPortalUsername" ].toString())
20
+ password.set(properties[" centralPortalPassword" ].toString())
20
21
}
21
22
}
22
23
Original file line number Diff line number Diff line change 1
1
group =org.partiql
2
- version =1.2.2-SNAPSHOT
2
+ version =1.2.2
3
3
4
4
ossrhUsername =EMPTY
5
5
ossrhPassword =EMPTY
You can’t perform that action at this time.
0 commit comments