Skip to content

Commit

Permalink
cgosling: bumped version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Pospesel committed Mar 13, 2024
1 parent 3ad4c5a commit bcdefd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/gosling/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/gosling/crates/cgosling/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(CGOSLING_MAJOR_VERSION "0" CACHE STRING "SemVer major version of cgosling library" FORCE)
set(CGOSLING_MINOR_VERSION "2" CACHE STRING "SemVer minor version of cgosling library" FORCE)
set(CGOSLING_PATCH_VERSION "1" CACHE STRING "SemVer patch version of cgosling library" FORCE)
set(CGOSLING_PATCH_VERSION "2" CACHE STRING "SemVer patch version of cgosling library" FORCE)
set(CGOSLING_VERSION "${CGOSLING_MAJOR_VERSION}.${CGOSLING_MINOR_VERSION}.${CGOSLING_PATCH_VERSION}" CACHE STRING "SemVer of the cgosling library" FORCE)

# generate Cargo.toml file
Expand Down
7 changes: 7 additions & 0 deletions source/packages/deb-src/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
gosling (0.2.2-1) unstable; urgency=low

* Made cmake build-system more idiomatic
* Now building cgosling shared library with C toolchain rather than rustc cdylib target

-- Richard Pospesel <[email protected]> Wed, 13 Mar 2024 00:00:00 +0000

gosling (0.2.1-1) unstable; urgency=low

* Initial release.
Expand Down

0 comments on commit bcdefd4

Please sign in to comment.