Skip to content

Commit d066b43

Browse files
committed
Prepare v1.0.0
1 parent fdb6ebe commit d066b43

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [unreleased]
6+
7+
## [1.0.0] - 2021-12-24
8+
- The first public release as dedicated project.
9+
10+
[unreleased]: https://github.com/kcrypt/scala-sha/compare/v1.0.0...HEAD
11+
[1.0.0]: https://github.com/kcrypt/scala-sha/releases/tag/v1.0.0

build.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ ThisBuild / scalacOptions ++= Seq(
2626
licenses := LicenseDefinition.licenses
2727
headerLicense := LicenseDefinition.template
2828

29-
// This code isn't ready to publishing yet
30-
ThisBuild / publishTo := None // sonatypePublishToBundle.value
29+
ThisBuild / publishTo := sonatypePublishToBundle.value
3130

3231
lazy val biginteger = crossProject(JSPlatform, JVMPlatform, NativePlatform)
3332
.crossType(CrossType.Full)

0 commit comments

Comments
 (0)