diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f9a28ab --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [unreleased] + +## [1.0.0] - 2021-12-24 +- The first public release as dedicated project. + +[unreleased]: https://github.com/kcrypt/scala-sha/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/kcrypt/scala-sha/releases/tag/v1.0.0 diff --git a/build.sbt b/build.sbt index a0a56dc..70813a2 100644 --- a/build.sbt +++ b/build.sbt @@ -26,8 +26,7 @@ ThisBuild / scalacOptions ++= Seq( licenses := LicenseDefinition.licenses headerLicense := LicenseDefinition.template -// This code isn't ready to publishing yet -ThisBuild / publishTo := None // sonatypePublishToBundle.value +ThisBuild / publishTo := sonatypePublishToBundle.value lazy val biginteger = crossProject(JSPlatform, JVMPlatform, NativePlatform) .crossType(CrossType.Full)