Skip to content

Commit

Permalink
Prepare GA Release (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire authored Jan 8, 2024
1 parent dd9d547 commit 43a6881
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
X.Y.Z Release notes (YYYY-MM-DD)
1.0.0 Release notes (2024-01-08)
=============================================================

### Fixed
Expand Down Expand Up @@ -35,7 +35,7 @@ X.Y.Z Release notes (YYYY-MM-DD)
* Fileformat: Generates files with format v23. Reads and automatically upgrade from fileformat v5.

### Internals
* None
* Upgraded to Core v13.25.1

----------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import PackageDescription

let sdkVersion = Version("0.6.1")
let sdkVersion = Version("1.0.0")
let coreVersion = Version("13.25.1")

var cxxSettings: [CXXSetting] = [
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.6.1
VERSION=1.0.0

0 comments on commit 43a6881

Please sign in to comment.