Compare commits
3 Commits
92495953d3
...
v0.0.2
Author | SHA1 | Date | |
---|---|---|---|
89c01fd6a3 | |||
6ad7a4705e
|
|||
43dfd429a2
|
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.0.2] - 2025-07-26
|
||||
|
||||
### Docs
|
||||
- add install from crates.io
|
||||
- add description
|
||||
|
||||
### Other
|
||||
- add noil repo
|
||||
|
||||
## [0.0.1] - 2025-07-26
|
||||
|
||||
### Added
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -389,7 +389,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "noil"
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
|
@@ -3,7 +3,7 @@ members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
|
||||
[workspace.dependencies]
|
||||
noil = { path = "crates/noil" }
|
||||
|
@@ -129,6 +129,13 @@ noil gives you full control over file operations in a composable and editor-frie
|
||||
|
||||
## 📦 Installation
|
||||
|
||||
**Build from crates**:
|
||||
|
||||
```bash
|
||||
cargo install noil
|
||||
```
|
||||
|
||||
|
||||
**Build from source**:
|
||||
|
||||
```bash
|
||||
|
@@ -5,6 +5,7 @@ readme = "../../README.md"
|
||||
license = "MIT"
|
||||
description = "file explorer using text buffers"
|
||||
authors = ["kjuulh <contact@kasperhermansen.com>"]
|
||||
repository = "https://git.front.kjuulh.io/kjuulh/noil"
|
||||
|
||||
version.workspace = true
|
||||
|
||||
|
Reference in New Issue
Block a user