Skip to content

Commit 9131347

Browse files
committed
Bump new version and add Parameters compat upper bound
1 parent 6a53033 commit 9131347

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DigitalComm"
22
uuid = "a7b11256-881b-11e9-3aff-ff4a76f1bfae"
33
authors = ["Robin Gerzaguet <[email protected]> and contributors"]
4-
version = "1.1.1"
4+
version = "1.2.0"
55

66
[deps]
77
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
@@ -13,6 +13,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1313
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1414

1515
[compat]
16+
Parameters = "0.12"
1617
DSP = "0.7"
1718
FFTW = "1.4.5"
1819
SpecialFunctions = "2.0"

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ julia> import Pkg; Pkg.add("DigitalComm")
4545
## Documentation
4646

4747
- [**STABLE**](https://juliatelecom.github.io/DigitalComm.jl/dev/index.html) &mdash; **documentation of the most recently tagged version.**
48+
49+
50+
51+
## Changelog
52+
53+
54+
- v1.2 : Adding NRZ encoding and decoding scheme

0 commit comments

Comments
 (0)