Skip to content

Commit

Permalink
Adds v1's changes that were lost during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedquinn committed Dec 9, 2024
1 parent e8a786a commit 7c086dc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
gradle-version: 8.7
- name: Download `conformance_test_results.ion` from target branch
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v2
id: download-report
continue-on-error: true
with:
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Thank you to all who have contributed!
## [1.0.0-rc.2]

### Added
- Adds `PartiQLValueTextWriter` implementation of date, time, and timestamp values

### Changed

Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Testing
* [Writing PartiQL Unit Tests](https://github.com/partiql/partiql-lang-kotlin/wiki/PartiQL-Code-Coverage)
* Serde
* [PartiQL Value <> ION](https://github.com/partiql/partiql-lang-kotlin/wiki/PartiQLIonSerde)
* [PartiQL Value <> ION](https://github.com/partiql/partiql-lang-kotlin/wiki/Serde)
* Upgrade Guides
* [Upgrade Guide General](https://github.com/partiql/partiql-lang-kotlin/wiki/upgrade-guide)
* [CLI Versions](https://github.com/partiql/partiql-lang-kotlin/wiki/cli-versions)
Expand Down
File renamed without changes.

0 comments on commit 7c086dc

Please sign in to comment.