Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.14.6 and Prepares for v0.14.7 development #1466

Closed
wants to merge 2 commits into from

Conversation

yliuuuu
Copy link
Contributor

@yliuuuu yliuuuu commented May 16, 2024

Relevant Issues

  • [Closes/Related To] Issue #XXX

Description

  • Release v0.14.6

Other Information

  • Updated Unreleased Section in CHANGELOG: [YES/NO]

    • Yes.
  • Any backward-incompatible changes? [YES/NO]

    • No.
  • Any new external dependencies? [YES/NO]

    • < If YES, which ones and why? >
    • < In addition, please also mention any other alternatives you've considered and the reason they've been discarded >
  • Do your changes comply with the Contributing Guidelines
    and Code Style Guidelines? [YES/NO]
    Yes.

License Information

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@yliuuuu yliuuuu marked this pull request as ready for review May 16, 2024 17:53
@@ -40,6 +39,28 @@ Thank you to all who have contributed!
### Contributors
Thank you to all who have contributed!

## [0.14.6]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: CHANGELOG links at the bottom should also be updated -- https://github.com/partiql/partiql-lang-kotlin/blob/v0.14.6-prep/CHANGELOG.md?plain=1#L1093-L1094.

Think we're also missing the links for the previous release, 0.14.5

@alancai98
Copy link
Member

Below is the run of the japi-compliance-checker. These are intended as part of #1465. The removed types and methods are still accessible using the definition provided in partiql-ast under the same package, org.partiql.lang.ast.

Removed Methods  8 
partiql-lang-kotlin-0.14.5.jar, Companion.class
package org.partiql.lang.ast
StaticTypeMeta.Companion.StaticTypeMeta.Companion ( DefaultConstructorMarker constructor_marker )

partiql-lang-kotlin-0.14.5.jar, StaticTypeMeta.class
package org.partiql.lang.ast
StaticTypeMeta.component1 ( )  :  StaticType
StaticTypeMeta.copy ( StaticType type )  :  StaticTypeMeta
StaticTypeMeta.getShouldSerialize ( )  :  boolean
StaticTypeMeta.getTag ( )  :  String
StaticTypeMeta.getType ( )  :  StaticType
StaticTypeMeta.serialize ( IonWriter writer )  :  void
StaticTypeMeta.StaticTypeMeta ( StaticType type )

Problems with Data Types, High Severity  1 
partiql-lang-kotlin-0.14.5.jar
package org.partiql.lang.ast
[+] class StaticTypeMeta.Companion  1 

@RCHowell
Copy link
Contributor

Closing as we are releasing the typing changes under 0.15

@RCHowell RCHowell closed this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants