Skip to content

Commit

Permalink
Update CHANGELOG for weldr-bin 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djeedai committed Dec 12, 2020
1 parent c70b020 commit 1e7ccd7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions bin/weldr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.2.0

### Added

- Improved support for terminal, with automatic detection of interactive terminal (TTY), and use of with emoji and color, respectively disabled with `--no-emoji` and `--no-color` (which implies `--no-emoji`).

### Changed

- `convert` command has more intuitive syntax `[OPTIONS] <FORMAT> <INPUT>`, _e.g._ `weldr convert gltf input.ldr`. This effectively swaps the `<FORMAT>` and `<INPUT>`.

### Fixed

- The `--output` option is now correctly handled and allows specifying the output filename. If absent, output goes to the standard output, allowing shell piping.

## 0.1.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions bin/weldr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weldr-bin"
version = "0.1.0"
version = "0.2.0"
authors = ["Jerome Humbert"]
description = "A command-line tool to manipulate LDraw files (.ldr)"
license = "MIT"
Expand All @@ -24,7 +24,7 @@ path = "src/weldr.rs"
doc = false

[dependencies]
weldr = { version = "0.3", path = "../../lib" }
weldr = { version = "0.3.1", path = "../../lib" }
ansi_term = "0.12"
clap = "2.33"
structopt = "0.3"
Expand Down

0 comments on commit 1e7ccd7

Please sign in to comment.