Skip to content

Commit 9f62944

Browse files
committed
chore: bump to 0.1.2
1 parent e824498 commit 9f62944

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
lines changed

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,26 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.2] - 2025-06-02
6+
7+
### 📚 Documentation
8+
9+
- *(readme)* Fill with information
10+
- *(readme)* Update nur text
11+
12+
### ⚙️ Miscellaneous Tasks
13+
14+
- Use submodules
15+
- Mark smoos-cs and smoots-rs as broken
16+
- *(smoos-bot)* Update `Cargo.lock`
17+
518
## [0.1.1] - 2025-06-01
619

720
### ⚙️ Miscellaneous Tasks
821

922
- *(nix)* Remove fix package path
1023
- *(nix)* Add deps.json to smoos-cs
24+
- Bump to 0.1.1
1125

1226
## [0.1.0] - 2025-06-01
1327

smoos-bot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["SchweGELBin <schwegelbin@gmail.com>"]
33
edition = "2024"
44
name = "smoos-bot"
5-
version = "0.1.1"
5+
version = "0.1.2"
66

77
[dependencies]
88
poise = "^0.6"

smoos-bot/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
rustPlatform,
44
}:
55

6-
# https://github.com/SchweGELBin/nur-packages/blob/main/smoos/smoos-bot.nix
7-
86
rustPlatform.buildRustPackage (finalAttrs: {
97
pname = "smoos-bot";
10-
version = "0.1.1";
8+
version = "0.1.2";
119

1210
src = ./.;
1311
cargoLock.lockFile = ./Cargo.lock;

smoos-cs/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
lib,
44
}:
55

6-
# https://github.com/SchweGELBin/nur-packages/blob/main/smoos/smoos-cs.nix
7-
86
buildDotnetModule (finalAttrs: {
97
pname = "smoos-cs";
10-
version = "0.1.1";
8+
version = "0.1.2";
119

1210
src = ./csharp-server;
1311
projectFile = "SmoMultiplayerServer.sln";

smoos-rs/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
rustPlatform,
44
}:
55

6-
# https://github.com/SchweGELBin/nur-packages/blob/main/smoos/smoos-rs.nix
7-
86
rustPlatform.buildRustPackage (finalAttrs: {
97
pname = "smoos-rs";
10-
version = "0.1.1";
8+
version = "0.1.2";
119

1210
src = ./rust-server;
1311
cargoLock.lockFile = ./rust-server/Cargo.lock;

0 commit comments

Comments
 (0)