Skip to content

Commit

Permalink
Merge pull request #80 from mobusoperandi/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--eelco

chore(main): release 1.0.0
  • Loading branch information
mightyiam authored Feb 20, 2024
2 parents 3ac54c2 + 03bba7b commit 6cb3042
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.0.0](https://github.com/mobusoperandi/eelco/compare/v0.2.0...v1.0.0) (2024-02-20)


### ⚠ BREAKING CHANGES

* repl example must have trailing blank line

### Features

* expression examples ([23a36fd](https://github.com/mobusoperandi/eelco/commit/23a36fd71059e15fd0f6526d8cc94a84b09468b2))
* support assignment in repl examples ([221f195](https://github.com/mobusoperandi/eelco/commit/221f195bad953d32966ff90431b81e503f06432f))


### Bug Fixes

* race between printing to stderr and terminating ([0fe24b8](https://github.com/mobusoperandi/eelco/commit/0fe24b8197bebbbb368db75a6fc4fb58b5f6f6c6))

## [0.2.0](https://github.com/mobusoperandi/eelco/compare/v0.1.0...v0.2.0) (2024-01-28)


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
@@ -1,7 +1,7 @@
[package]
name = "eelco"
description = "Nix doctests CLI"
version = "0.2.0"
version = "1.0.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/mobusoperandi/eelco"
Expand Down

0 comments on commit 6cb3042

Please sign in to comment.