Skip to content

Commit 0c6da09

Browse files
authored
Merge pull request #41 from plx-pdg/feat-release-simple-change
feat: release v0.1.2
2 parents 0d6afbe + 6f70227 commit 0c6da09

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ Take this line and fix version with current ($CV)
1616
## [$CV without v!](https://github.com/plx-pdg/plx/compare/$CV...HEAD) - $DATE
1717
-->
1818

19-
20-
## [Unreleased](https://github.com/plx-pdg/plx/compare/v0.1.1...HEAD)
19+
## [Unreleased](https://github.com/plx-pdg/plx/compare/v0.1.2...HEAD)
2120

2221
### Added
2322
### Changed
2423

24+
## [0.1.2](https://github.com/plx-pdg/plx/compare/v0.1.2...HEAD) - 2024-08-26
25+
26+
### Added
27+
- Trivial change to show CI release
28+
2529
## [0.1.1](https://github.com/plx-pdg/plx/compare/v0.1.0..v0.1.1) - 2024-08-21
2630

2731
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://github.com/plx-pdg/plx"
55
repository = "https://github.com/plx-pdg/plx"
66
license-file = "LICENSE"
77
readme = false
8-
version = "0.1.1"
8+
version = "0.1.2"
99
edition = "2021"
1010
exclude = ["*.md"]
1111

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
fn main() {
22
println!("PLX - Practice programming exos in a delightful Learning eXperience");
33
println!("Testing CI");
4+
println!("Testing CI second time");
45
}

0 commit comments

Comments
 (0)