File tree Expand file tree Collapse file tree 5 files changed +18
-10
lines changed Expand file tree Collapse file tree 5 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
18
## [ 0.1.1] - 2025-06-01
6
19
7
20
### ⚙️ Miscellaneous Tasks
8
21
9
22
- * (nix)* Remove fix package path
10
23
- * (nix)* Add deps.json to smoos-cs
24
+ - Bump to 0.1.1
11
25
12
26
## [ 0.1.0] - 2025-06-01
13
27
Original file line number Diff line number Diff line change 2
2
authors = [" SchweGELBin <schwegelbin@gmail.com>" ]
3
3
edition = " 2024"
4
4
name = " smoos-bot"
5
- version = " 0.1.1 "
5
+ version = " 0.1.2 "
6
6
7
7
[dependencies ]
8
8
poise = " ^0.6"
Original file line number Diff line number Diff line change 3
3
rustPlatform ,
4
4
} :
5
5
6
- # https://github.com/SchweGELBin/nur-packages/blob/main/smoos/smoos-bot.nix
7
-
8
6
rustPlatform . buildRustPackage ( finalAttrs : {
9
7
pname = "smoos-bot" ;
10
- version = "0.1.1 " ;
8
+ version = "0.1.2 " ;
11
9
12
10
src = ./. ;
13
11
cargoLock . lockFile = ./Cargo.lock ;
Original file line number Diff line number Diff line change 3
3
lib ,
4
4
} :
5
5
6
- # https://github.com/SchweGELBin/nur-packages/blob/main/smoos/smoos-cs.nix
7
-
8
6
buildDotnetModule ( finalAttrs : {
9
7
pname = "smoos-cs" ;
10
- version = "0.1.1 " ;
8
+ version = "0.1.2 " ;
11
9
12
10
src = ./csharp-server ;
13
11
projectFile = "SmoMultiplayerServer.sln" ;
Original file line number Diff line number Diff line change 3
3
rustPlatform ,
4
4
} :
5
5
6
- # https://github.com/SchweGELBin/nur-packages/blob/main/smoos/smoos-rs.nix
7
-
8
6
rustPlatform . buildRustPackage ( finalAttrs : {
9
7
pname = "smoos-rs" ;
10
- version = "0.1.1 " ;
8
+ version = "0.1.2 " ;
11
9
12
10
src = ./rust-server ;
13
11
cargoLock . lockFile = ./rust-server/Cargo.lock ;
You can’t perform that action at this time.
0 commit comments