Skip to content

Commit 2e981b3

Browse files
chore(release): bump versions and changelogs (#35)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0b3d77b commit 2e981b3

File tree

8 files changed

+30
-19
lines changed

8 files changed

+30
-19
lines changed

.sampo/changesets/stern-prince-marjatta.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.sampo/changesets/venerable-baron-lempo.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

crates/sampo-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# sampo-core
22

3+
## 0.2.0
4+
5+
### Minor changes
6+
7+
- [20ea306](https://github.com/bruits/sampo/commit/20ea306ce5e913a90c64b19544820f2503625df7) New `release` and `publish` API endpoints in the core library, to be used by the GitHub Action and CLI. — Thanks @Princesseuh!
8+
9+
310
## 0.1.1
411

512
### Patch changes

crates/sampo-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ license = "MIT"
3939
name = "sampo-core"
4040
readme = "README.md"
4141
repository = "https://github.com/bruits/sampo"
42-
version = "0.1.1"
42+
version = "0.2.0"

crates/sampo-github-action/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# sampo-github-action
22

3+
## 0.3.0
4+
5+
### Minor changes
6+
7+
- [0b3d77b](https://github.com/bruits/sampo/commit/0b3d77bd3c5096e44f459721b5d0b5ba6332705f) Add support for uploading binaries when creating to GitHub releases automatically. — Thanks @Princesseuh!
8+
9+
### Patch changes
10+
11+
- Updated dependencies: sampo-core@0.2.0
12+
13+
314
## 0.2.2
415

516
### Patch changes

crates/sampo-github-action/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "4.5"
99

1010
[dependencies.sampo-core]
1111
path = "../sampo-core"
12-
version = "0.1.1"
12+
version = "0.2.0"
1313

1414
[dev-dependencies]
1515
tempfile = "3.0"
@@ -25,4 +25,4 @@ license = "MIT"
2525
name = "sampo-github-action"
2626
readme = "README.md"
2727
repository = "https://github.com/bruits/sampo"
28-
version = "0.2.2"
28+
version = "0.3.0"

crates/sampo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# sampo
22

3+
## 0.5.0
4+
5+
### Patch changes
6+
7+
- Updated dependencies: sampo-core@0.2.0
8+
9+
310
## 0.4.1
411

512
### Patch changes

crates/sampo/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version = "0.12"
1919

2020
[dependencies.sampo-core]
2121
path = "../sampo-core"
22-
version = "0.1.1"
22+
version = "0.2.0"
2323

2424
[dev-dependencies]
2525
tempfile = "3"
@@ -35,4 +35,4 @@ license = "MIT"
3535
name = "sampo"
3636
readme = "README.md"
3737
repository = "https://github.com/bruits/sampo"
38-
version = "0.4.1"
38+
version = "0.5.0"

0 commit comments

Comments
 (0)