Skip to content

Commit 2f0a728

Browse files
committed
Bump version to 1.1.15
1 parent b60533f commit 2f0a728

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Fun.Build/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [1.1.15] - 2024-11-27
6+
7+
- Divide cmd args into CmdArgs and RemainingCmdArgs by **--**, [request](https://github.com/slaveOftime/Fun.Build/issues/81)
8+
59
## [1.1.14] - 2024-10-21
610

711
- PipelineFailedException and PipelineCancelledException should fail fast

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you find my projects helpful and would like to support my work, consider maki
2929
## Minimal example and conventions
3030

3131
```fsharp
32-
#r "nuget: Fun.Build, 1.1.14"
32+
#r "nuget: Fun.Build, 1.1.15"
3333
open Fun.Build
3434
3535
pipeline "demo" {
@@ -76,7 +76,7 @@ dotnet fsi build.fsx -- -p your_pipeline -h
7676
Below example covered most of the apis and usage example, take it as the documents😊:
7777

7878
```fsharp
79-
#r "nuget: Fun.Build, 1.1.14"
79+
#r "nuget: Fun.Build, 1.1.15"
8080
8181
open Fun.Result
8282
open Fun.Build

0 commit comments

Comments
 (0)