Skip to content

Commit 9725366

Browse files
committed
Switch to main from master branch, remove gitter as nobody was using it, bump to 0.3.4 snapshot in preparation of 0.3.3 release
1 parent a4cbcc2 commit 9725366

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ linuxPublishToSnapshot:
3333
script:
3434
- ./linuxBuildAndPublish.sh
3535
only:
36-
- master
36+
- main
3737
tags:
3838
- linuxX64
3939

@@ -55,7 +55,7 @@ macPublishToSnapshot:
5555
- ./macBuild.sh
5656
- ./macBuildAndPublish.sh
5757
only:
58-
- master
58+
- main
5959
tags:
6060
- macos
6161

@@ -77,6 +77,6 @@ windowsPublishToSnapshot:
7777
- $env:CHERE_INVOKING = 'yes'
7878
- C:\msys64\usr\bin\bash -lc "./windowsBuildAndPublish.sh"
7979
only:
80-
- master
80+
- main
8181
tags:
8282
- windowsX64

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44

55
##### 0.3.3-SNAPSHOT
6+
- Add support for apple silicon (#188 #194)
67

78
##### 0.3.2 - 5.9.2021
89
- Added kotlinx serialization support library

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[![pipeline status](https://gitlab.com/ionspin-github-ci/kotlin-multiplatform-bignum-ci/badges/master/pipeline.svg)](https://gitlab.com/ionspin-github-ci/kotlin-multiplatform-bignum-ci/-/commits/master)
2-
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/kotlin-multiplatform-bignum/community#)
32
[![Maven Central](https://img.shields.io/maven-central/v/com.ionspin.kotlin/bignum.svg)](https://repo1.maven.org/maven2/com/ionspin/kotlin/bignum/)
43
# Kotlin MP BigNum library
54

0 commit comments

Comments
 (0)