Skip to content

Commit 547e844

Browse files
authored
bump patch version (#23)
* bump patch version * update readme
1 parent b605e43 commit 547e844

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FuzzyLogic"
22
uuid = "271df9f8-4390-4196-9d4f-bdd0b67035b3"
33
authors = ["Luca Ferranti"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ using FuzzyLogic
2828
- **Compatible!** Read your models from [IEC 61131-7 Fuzzy Control Language](https://ffll.sourceforge.net/fcl.htm), [IEEE 1855-2016 Fuzzy Markup Language](https://en.wikipedia.org/wiki/Fuzzy_markup_language) and Matlab Fuzzy toolbox `.fis` files.
2929
- **Expressive!** Clear Domain Specific Language to write your model as human readable Julia code
3030
- **Productive!** Several visualization tools to help debug and tune your model.
31-
- **Portable!** Compile your final model to Julia or C/C++ code.
31+
- **Portable!** Compile your final model to Julia code.
3232

3333
## Quickstart example
3434

docs/src/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5-
## Unreleased
5+
## v0.1.2 -- 2023-03-12
6+
7+
[view release on GitHub](https://github.com/lucaferranti/FuzzyLogic.jl/releases/tag/v0.1.2)
68

79
- ![](https://img.shields.io/badge/new%20feature-green.svg) support for weighted rules.
810
- ![](https://img.shields.io/badge/new%20feature-green.svg) allow to specify input and output variables as vectors (e.g. `x[1:10]`) and support for loops to avoid repetitive code.

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ using FuzzyLogic
2828
- **Compatible!** Read your models from [IEC 61131-7 Fuzzy Control Language](https://ffll.sourceforge.net/fcl.htm), [IEEE 1855-2016 Fuzzy Markup Language](https://en.wikipedia.org/wiki/Fuzzy_markup_language) and Matlab Fuzzy toolbox `.fis` files.
2929
- **Expressive!** Clear Domain Specific Language to write your model as human readable Julia code
3030
- **Productive!** Several visualization tools to help debug and tune your model.
31-
- **Portable!** Compile your final model to Julia or C/C++ code.
31+
- **Portable!** Compile your final model to Julia code.
3232

3333
## Quickstart example
3434

0 commit comments

Comments
 (0)