Skip to content

Commit

Permalink
prepare v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 27, 2023
1 parent 3d1789d commit 949ab2e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bumped `mml-lib@v0.5.0`.
- Bumped `mml-lib@v1.0.0`.

## [0.3.0] - 2023-09-20

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ keywords = ["email", "mime", "message", "mml", "emacs"]
homepage = "https://pimalaya.org/mml/"
documentation = "https://pimalaya.org/mml/"
repository = "https://github.com/soywod/mml/"
metadata.docs.rs.all-features = true

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[bin]]
name = "mml"
Expand Down Expand Up @@ -64,7 +67,7 @@ version = "0.10"
version = "0.4"

[dependencies.mml-lib]
version = "=0.5.0"
version = "1.0.0"
default-features = false

[dependencies.shellexpand-utils]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ CLI to compile [MML] messages to [MIME] messages and interpret [MIME] messages a

## Features

TODO
- MML to MIME messages compilation (`mml compile --help`)
- MIME to MML messages interpretation (`mml interpret --help`)

## Installation

Expand Down
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

mod compl;
mod man;
mod mml;
Expand Down

0 comments on commit 949ab2e

Please sign in to comment.