Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit 163b37c

Browse files
committed
releaseing 2.0
1 parent 3c926b3 commit 163b37c

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.travis.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@ notifications:
2020
email:
2121
on_success: never
2222

23-
# deploy:
24-
# # update `api_key.secure`
25-
# # - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
26-
# # - Encrypt it: `travis encrypt YOUR_TOKEN`
27-
# # - Paste the output down here
28-
# api_key:
29-
# secure: mup1wr3gAlbMJARUpcE/573zjVHWIM3iwdzcH/6hW8RqcSJNuNz964AF/xQcIrCC4y8aZOboOPZLtc2Spo5oDk0NmygOaSbQXlJwJWdbWJ15GXTi0FMzsC83waBCO7xwKXkewqCc+NCsuPbkVoJugcETcgx0ymDaeFP6i3NAs43uIjxdHeVv58BshAwZszp0DuQZWg73Vy4diPSWyVvDYQYtYRVs6Xl9/xlIGL1peORZnk/dFhfI0zvxajNqoOyhwIJzp8nUuwVBxomsBtJ5sKa4T7FAN5HGe4EnMFfnSwAYl5ffjVd4okyMrmDAdl6nveSgeGxcT8kmMpjrLTAEjd7JBw1Pa5mIY+7YduR/XrruLwLCCix0UJpjETppXG18J0gla+znqRCMxSil2GQ18d7TW7c8uetBSDjTn+tLHqSigfXtKExLYnkFOxEzISkHYw0jTHwAadtcxJLaKMsG2MOOFc7eeHuevIftJz7r2ONkORo9s9AX64hGEZVea9+qm27y+QJ6Cor8CZa+8cmdm/NsiWAcbXDg1YpG2MSAHeF/tmqfeVSJiloKJnCnMDE1Rcg2ZmHLd12qUfuF+CrbqpVdunjfFUN6bq0igjN1BfocIsl1285KCiOBZr5p91Wg5Mn87YNR3hihRkU5s32TTH2gETHP+Y24jXtLZQZxdPw=
30-
# file_glob: true
31-
# file: $CRATE_NAME-$TRAVIS_TAG-$TARGET.*
32-
# on:
33-
# # Here you can pick which targets will generate binary releases
34-
# # In this example, there are some targets that are tested using the stable
35-
# # and nightly channels. This condition makes sure there is only one release
36-
# # for such targets and that's generated using the stable channel
37-
# # condition: $TRAVIS_RUST_VERSION = stable
38-
# tags: true
39-
# provider: releases
40-
# skip_cleanup: true
41-
42-
# branches:
43-
# only:
44-
# # release tags
45-
# - /^\d+\.\d+\.\d+.*$/
46-
# - master
23+
deploy:
24+
# update `api_key.secure`
25+
# - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
26+
# - Encrypt it: `travis encrypt YOUR_TOKEN`
27+
# - Paste the output down here
28+
api_key:
29+
secure: mup1wr3gAlbMJARUpcE/573zjVHWIM3iwdzcH/6hW8RqcSJNuNz964AF/xQcIrCC4y8aZOboOPZLtc2Spo5oDk0NmygOaSbQXlJwJWdbWJ15GXTi0FMzsC83waBCO7xwKXkewqCc+NCsuPbkVoJugcETcgx0ymDaeFP6i3NAs43uIjxdHeVv58BshAwZszp0DuQZWg73Vy4diPSWyVvDYQYtYRVs6Xl9/xlIGL1peORZnk/dFhfI0zvxajNqoOyhwIJzp8nUuwVBxomsBtJ5sKa4T7FAN5HGe4EnMFfnSwAYl5ffjVd4okyMrmDAdl6nveSgeGxcT8kmMpjrLTAEjd7JBw1Pa5mIY+7YduR/XrruLwLCCix0UJpjETppXG18J0gla+znqRCMxSil2GQ18d7TW7c8uetBSDjTn+tLHqSigfXtKExLYnkFOxEzISkHYw0jTHwAadtcxJLaKMsG2MOOFc7eeHuevIftJz7r2ONkORo9s9AX64hGEZVea9+qm27y+QJ6Cor8CZa+8cmdm/NsiWAcbXDg1YpG2MSAHeF/tmqfeVSJiloKJnCnMDE1Rcg2ZmHLd12qUfuF+CrbqpVdunjfFUN6bq0igjN1BfocIsl1285KCiOBZr5p91Wg5Mn87YNR3hihRkU5s32TTH2gETHP+Y24jXtLZQZxdPw=
30+
file_glob: true
31+
file: $CRATE_NAME-$TRAVIS_TAG-$TARGET.*
32+
on:
33+
# Here you can pick which targets will generate binary releases
34+
# In this example, there are some targets that are tested using the stable
35+
# and nightly channels. This condition makes sure there is only one release
36+
# for such targets and that's generated using the stable channel
37+
# condition: $TRAVIS_RUST_VERSION = stable
38+
tags: true
39+
provider: releases
40+
skip_cleanup: true
41+
42+
branches:
43+
only:
44+
# release tags
45+
- /^\d+\.\d+\.\d+.*$/
46+
- master
4747

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "MIT OR Apache-2.0"
2020
name = "artifact-app"
2121
readme = "README.md"
2222
repository = "https://github.com/vitiral/artifact"
23-
version = "1.1.0-beta002"
23+
version = "2.0.0"
2424
build = "build.rs"
2525

2626
[dependencies]

0 commit comments

Comments
 (0)