Skip to content

Commit

Permalink
Merge pull request #41 from plx-pdg/feat-release-simple-change
Browse files Browse the repository at this point in the history
feat: release v0.1.2
  • Loading branch information
samuelroland authored Aug 26, 2024
2 parents 0d6afbe + 6f70227 commit 0c6da09
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ Take this line and fix version with current ($CV)
## [$CV without v!](https://github.com/plx-pdg/plx/compare/$CV...HEAD) - $DATE
-->


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

### Added
### Changed

## [0.1.2](https://github.com/plx-pdg/plx/compare/v0.1.2...HEAD) - 2024-08-26

### Added
- Trivial change to show CI release

## [0.1.1](https://github.com/plx-pdg/plx/compare/v0.1.0..v0.1.1) - 2024-08-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = "https://github.com/plx-pdg/plx"
repository = "https://github.com/plx-pdg/plx"
license-file = "LICENSE"
readme = false
version = "0.1.1"
version = "0.1.2"
edition = "2021"
exclude = ["*.md"]

Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fn main() {
println!("PLX - Practice programming exos in a delightful Learning eXperience");
println!("Testing CI");
println!("Testing CI second time");
}

0 comments on commit 0c6da09

Please sign in to comment.