Skip to content

Commit

Permalink
Merge branch 'release-0.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Nov 25, 2019
2 parents ad0f733 + b82d422 commit 445b9f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ACME"
uuid = "ca8b7239-ccd3-5cce-807f-2072f3f0d108"
version = "0.9.0"
version = "0.9.1"

[deps]
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
Expand All @@ -16,7 +16,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
IterTools = "1"
OrderedCollections = "1"
ProgressMeter = "0.6, 0.7, 0.8, 0.9, 1"
StaticArrays = "0.8, 0.9, 0.10, 0.11"
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12"
julia = "1"

[extras]
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# ACME.jl - Analog Circuit Modeling and Emulation for Julia

[![Join the chat at https://gitter.im/HSU-ANT/ACME.jl](https://badges.gitter.im/HSU-ANT/ACME.jl.svg)](https://gitter.im/HSU-ANT/ACME.jl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Documentation](https://img.shields.io/badge/docs-v0.9.0-blue.svg)](https://hsu-ant.github.io/ACME.jl/v0.9.0/)
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://hsu-ant.github.io/ACME.jl/v0.9.1/)
[![DOI](https://zenodo.org/badge/48224425.svg)](https://zenodo.org/badge/latestdoi/48224425)


ACME is a [Julia](http://julialang.org/) package for the simulation of
electrical circuits, focusing on audio effect circuits. It allows to
programmatically describe a circuit in terms of elements and connections
Expand Down Expand Up @@ -124,7 +123,7 @@ fail to run altogether.

## Moving on

There is some [documentation](https://hsu-ant.github.io/ACME.jl/v0.9.0/)
There is some [documentation](https://hsu-ant.github.io/ACME.jl/v0.9.1/)
available for how
to use ACME. Additionally, you can take a look at the examples that can be found
in the `examples` directory below `Pkg.dir("ACME")`.
Expand Down

2 comments on commit 445b9f1

@martinholters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/5877

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.1 -m "<description of version>" 445b9f1135998f2da6461eccd9eea11f12d9cef8
git push origin v0.9.1

Please sign in to comment.