Skip to content

Commit

Permalink
Prepare v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
catap committed Dec 24, 2021
1 parent fdb6ebe commit d066b43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d066b43

Please sign in to comment.