Skip to content

Commit

Permalink
Bump deps and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Mar 23, 2023
1 parent 1b4afea commit 69a7d11
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 15 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.7.0] -- 2023-03-2023

### Added

- Support for `$lut` cells
- Support for generating 7-segment display outputs

## [0.6.0] -- 2022-02-02

### Added
Expand Down
248 changes: 235 additions & 13 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yosys2digitaljs",
"version": "0.6.0",
"version": "0.7.0",
"description": "Export Yosys netlists to a logic simulator",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"author": "Marek Materzok",
"license": "BSD-2-Clause",
"dependencies": {
"3vl": "^0.3.5",
"3vl": "^1.0.1",
"big-integer": "^1.6.49",
"hashmap": "^2.4.0",
"minimist": "^1.2.5",
Expand Down

0 comments on commit 69a7d11

Please sign in to comment.