Skip to content

Commit fe5d982

Browse files
committed
Bump to v0.3.0-alpha.9
1 parent 7db2d44 commit fe5d982

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "pipitor"
3-
version = "0.3.0-alpha.8"
3+
version = "0.3.0-alpha.9"
44
edition = "2018"
55
authors = ["Daiki Mizukami <[email protected]>"]
66
license = "AGPL-3.0-only"
77
readme = "README.md"
88
repository = "https://github.com/tesaguri/pipitor"
9-
documentation = "https://docs.rs/pipitor/0.3.0-alpha.8/pipitor/"
9+
documentation = "https://docs.rs/pipitor/0.3.0-alpha.9/pipitor/"
1010
description = """
1111
A Twitter bot that gathers, filters and Retweets Tweets automatically.
1212
"""

Pipitor.example.dhall

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
-- let Pipitor = https://raw.githubusercontent.com/tesaguri/pipitor/dhall-schema-v0.3.0-alpha.8/schema.dhall sha256:00a2c768b7e5a739ed17ef82c947405965f3b3010c9f408ed4e80b8744166e9b
2-
let Pipitor = ./schema.dhall
1+
let Pipitor = https://raw.githubusercontent.com/tesaguri/pipitor/dhall-schema-0.3.0-alpha.9/schema.dhall sha256:08f433d482a6e6354598d74264693100b411a4873166dfe953119c97310d7a0d
32

43
let botUserId = 12345
54

schema.dhall

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For more information, please refer to <http://unlicense.org/>
2727

2828
-- A Dhall type definition for the Pipitor manifest file.
2929
-- The following is a recommended way of importing the file:
30-
-- let Pipitor = https://raw.githubusercontent.com/tesaguri/pipitor/master/schema.dhall sha256:08f433d482a6e6354598d74264693100b411a4873166dfe953119c97310d7a0d
30+
-- let Pipitor = https://raw.githubusercontent.com/tesaguri/pipitor/dhall-schema-0.3.0-alpha.9/schema.dhall sha256:08f433d482a6e6354598d74264693100b411a4873166dfe953119c97310d7a0d
3131

3232
let Duration = { secs : Natural, nanos : Natural }
3333

0 commit comments

Comments
 (0)