Skip to content

Commit 5e2eeaf

Browse files
committed
Release v0.2.6
1 parent 4d51609 commit 5e2eeaf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## 0.2.6 - 2020-03-19
10+
## Added
11+
- Build for different Linux distributions
12+
913
## 0.2.5 - 2020-03-19
1014
## Added
1115
- Publish release artifacts

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ _Come on, flip the pickle, Morty, you're not gonna regret it. The payoff is huge
66

77
Morty reads SystemVerilog files and pickles them into a single file for easier handling. Optionally it allows to re-name modules with a common prefix or suffix. This allows for easier management of larger projects (they just become a single file). By making them unique they can also depend on different versions of the same dependency without namespace clashes.
88

9-
## Installation
9+
## Install
10+
11+
We provide pre-builds for popular operating systems on our [Releases page](https://github.com/zarubaf/morty/releases).
12+
13+
### From Sources
1014

1115
Morty is written in Rust. Get the latest stable Rust version:
1216
```

0 commit comments

Comments
 (0)