Skip to content

Commit

Permalink
Release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zarubaf committed Mar 19, 2020
1 parent 4d51609 commit 5e2eeaf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.2.6 - 2020-03-19
## Added
- Build for different Linux distributions

## 0.2.5 - 2020-03-19
## Added
- Publish release artifacts
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ _Come on, flip the pickle, Morty, you're not gonna regret it. The payoff is huge

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.

## Installation
## Install

We provide pre-builds for popular operating systems on our [Releases page](https://github.com/zarubaf/morty/releases).

### From Sources

Morty is written in Rust. Get the latest stable Rust version:
```
Expand Down

0 comments on commit 5e2eeaf

Please sign in to comment.