funes 0.1.8

Funes is a server to mock API responses.
Documentation
# Changelog
All notable changes to this project will be documented in this file.

## [0.1.8]https://github.com/rodmoioliveira/funes/compare/0.1.7...0.1.8 - 2021-09-03

[543f119](https://github.com/rodmoioliveira/funes/commit/543f1196e711e80c176bedf82df43b9bb8ae6526)...[9368c7e](https://github.com/rodmoioliveira/funes/commit/9368c7efceaf123747c3bf62117d41ea18f20f87)

### Miscellaneous Tasks

- Update CHANGELOG ([f9e855c]https://github.com/rodmoioliveira/funes/commit/f9e855cac5bdc222aaf19655ffcbc5f349450bb8)
- Update README ([cb5a94a]https://github.com/rodmoioliveira/funes/commit/cb5a94a381235f2df11a58111462e9afb7f7d6f2)
- 0.1.8 ([9368c7e]https://github.com/rodmoioliveira/funes/commit/9368c7efceaf123747c3bf62117d41ea18f20f87)

## [0.1.7]https://github.com/rodmoioliveira/funes/compare/0.1.6...0.1.7 - 2021-09-03

[5513065](https://github.com/rodmoioliveira/funes/commit/5513065d30edc8b9fdda8002e80a1b013b114a6c)...[543f119](https://github.com/rodmoioliveira/funes/commit/543f1196e711e80c176bedf82df43b9bb8ae6526)

### Miscellaneous Tasks

- Update CHANGELOG ([fc4a27d]https://github.com/rodmoioliveira/funes/commit/fc4a27d41fb4dbde8ab97c58758ce39c4c31faad)
- Update manifest ([33e45db]https://github.com/rodmoioliveira/funes/commit/33e45dbe235a67f0418b73943e164c4983c39eef)
- Remove criterion ([72f26ff]https://github.com/rodmoioliveira/funes/commit/72f26ff03732e3b9e033abe3d1825b0d965c17d1)
- 0.1.7 ([543f119]https://github.com/rodmoioliveira/funes/commit/543f1196e711e80c176bedf82df43b9bb8ae6526)

## [0.1.6]https://github.com/rodmoioliveira/funes/compare/0.1.5...0.1.6 - 2021-09-02

[4f844be](https://github.com/rodmoioliveira/funes/commit/4f844be0f64dd4fe252d4c86fea64ea885ab99ea)...[5513065](https://github.com/rodmoioliveira/funes/commit/5513065d30edc8b9fdda8002e80a1b013b114a6c)

### Miscellaneous Tasks

- Update CHANGELOG ([5792da7]https://github.com/rodmoioliveira/funes/commit/5792da7547d8a5ebee5da646f4f3dd7c44e3ddc4)

### Refactor

- Change modules visibility ([885f978]https://github.com/rodmoioliveira/funes/commit/885f978e1187c5c875e6c015068a2367a99dc522)
- Rename errors ([9601971]https://github.com/rodmoioliveira/funes/commit/960197119a5726ee2bfc491d27f6d191fdd25c9f)
- Rename MyError to FunesError ([5513065]https://github.com/rodmoioliveira/funes/commit/5513065d30edc8b9fdda8002e80a1b013b114a6c)

## [0.1.5]https://github.com/rodmoioliveira/funes/compare/0.1.4...0.1.5 - 2021-09-01

[8706c66](https://github.com/rodmoioliveira/funes/commit/8706c66999af01e87ec29f7b45865cbacb7d3b9d)...[4f844be](https://github.com/rodmoioliveira/funes/commit/4f844be0f64dd4fe252d4c86fea64ea885ab99ea)

### Bug Fixes

- Fix tests ([cdf4ac0]https://github.com/rodmoioliveira/funes/commit/cdf4ac0a6b5526a43e220d3c03f3285a541cdbe9)

### Features

- Create io namespace ([d9b3033]https://github.com/rodmoioliveira/funes/commit/d9b303348475e964d9f9505c2a5610bef9fed444)
- Rename functions ([71e84a1]https://github.com/rodmoioliveira/funes/commit/71e84a1c4bbf667e0102bf4898ac02be3d551979)
- Create format namespace ([98cd047]https://github.com/rodmoioliveira/funes/commit/98cd04726480b84af63dae4c76cd0e4b9308b179)

### Miscellaneous Tasks

- Update CHANGELOG ([36119a1]https://github.com/rodmoioliveira/funes/commit/36119a165104804c722d084021f2832fc3428dd1)
- Rename check_mocks_dir() to mock_dir() ([4f844be]https://github.com/rodmoioliveira/funes/commit/4f844be0f64dd4fe252d4c86fea64ea885ab99ea)

### Testing

- Add tests post_api and get_api ([19e1601]https://github.com/rodmoioliveira/funes/commit/19e16017bbf6fa6c0dd7af0169c104d123fac510)

## [0.1.4]https://github.com/rodmoioliveira/funes/compare/0.1.3...0.1.4 - 2021-09-01

[5e1c60a](https://github.com/rodmoioliveira/funes/commit/5e1c60a65e9e53b83ca93b35efaa2ca86da8dc83)...[8706c66](https://github.com/rodmoioliveira/funes/commit/8706c66999af01e87ec29f7b45865cbacb7d3b9d)

### Bug Fixes

- Remove status route ([137c205]https://github.com/rodmoioliveira/funes/commit/137c205c45ad231655160dd5d5a1409f8fe07d6d)
- Remove convert_headers() and headers from reqwest ([8706c66]https://github.com/rodmoioliveira/funes/commit/8706c66999af01e87ec29f7b45865cbacb7d3b9d)

### CI

- Create rust.yml ([b4d03b1]https://github.com/rodmoioliveira/funes/commit/b4d03b1a252c2a4c43bc506bf14cbe42e2cf2288)

### Features

- Create RUST_MOCK_DIR env ([c495255]https://github.com/rodmoioliveira/funes/commit/c495255d920808f87fe322db4c6ca74a3fa5b827)

### Miscellaneous Tasks

- Update CHANGELOG ([9d76977]https://github.com/rodmoioliveira/funes/commit/9d769771f3e84a4f9ebedc7438bce5d7848ff4b4)
- Add pipeline workflow badge ([527cb44]https://github.com/rodmoioliveira/funes/commit/527cb44a5071c5d8383224a74d378d0db98ad755)
- Remove some .clone()s ([918be20]https://github.com/rodmoioliveira/funes/commit/918be20a9fbce9069b3f52f781b71149c600d6a1)

## [0.1.3]https://github.com/rodmoioliveira/funes/compare/0.1.2...0.1.3 - 2021-08-31

[be52bc1](https://github.com/rodmoioliveira/funes/commit/be52bc18ff14306fd5ece0947a7f1302e902fc41)...[5e1c60a](https://github.com/rodmoioliveira/funes/commit/5e1c60a65e9e53b83ca93b35efaa2ca86da8dc83)

### Features

- Add docker example ([5e1c60a]https://github.com/rodmoioliveira/funes/commit/5e1c60a65e9e53b83ca93b35efaa2ca86da8dc83)

## [0.1.2]https://github.com/rodmoioliveira/funes/compare/0.1.1...0.1.2 - 2021-08-31

[13f8f4c](https://github.com/rodmoioliveira/funes/commit/13f8f4cd2218b2653072567df1a1f69e02e84d2b)...[be52bc1](https://github.com/rodmoioliveira/funes/commit/be52bc18ff14306fd5ece0947a7f1302e902fc41)

### Bug Fixes

- Fix CHANGELOG links ([05779c0]https://github.com/rodmoioliveira/funes/commit/05779c026f1a86ebda90b7c6f036dc9aaf6cbe0b)
- Fix headers for client and server ([be52bc1]https://github.com/rodmoioliveira/funes/commit/be52bc18ff14306fd5ece0947a7f1302e902fc41)

### Miscellaneous Tasks

- Update CHANGELOG ([e36c6bd]https://github.com/rodmoioliveira/funes/commit/e36c6bddabc35f4d7cc65f145b091fed22b0d1e5)

## [0.1.1]https://github.com/rodmoioliveira/funes/compare/0.1.0...0.1.1 - 2021-08-31

[d2cda58](https://github.com/rodmoioliveira/funes/commit/d2cda5867210f84aa84b6e943d23ea3016b219f4)...[13f8f4c](https://github.com/rodmoioliveira/funes/commit/13f8f4cd2218b2653072567df1a1f69e02e84d2b)

### CI

- Update ([9b64399]https://github.com/rodmoioliveira/funes/commit/9b643997dcac1296d02b6ec4e6ab3e8fc304ff7a)

### Miscellaneous Tasks

- Add README badges ([deebf84]https://github.com/rodmoioliveira/funes/commit/deebf845269c25719164cbb31250f2f323db2991)
- Add Borges quote ([b937823]https://github.com/rodmoioliveira/funes/commit/b937823af3adfc7589dd03ec5d1c90adb882dd75)
- Improve documentation ([13f8f4c]https://github.com/rodmoioliveira/funes/commit/13f8f4cd2218b2653072567df1a1f69e02e84d2b)

## [0.1.0]https://github.com/rodmoioliveira/funes/compare/...0.1.0 - 2021-08-30

### Miscellaneous Tasks

- First commit ([d2cda58]https://github.com/rodmoioliveira/funes/commit/d2cda5867210f84aa84b6e943d23ea3016b219f4)

<!-- generated by git-cliff -->