All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
<!-- Use this as a template
## [X.Y.Z] - YYYY-MM-DD
### Added
- for new features.
### Changed
- for changes in existing functionality.
### Deprecated
- for soon-to-be removed features.
### Removed
- for now removed features.
### Fixed
- for any bug fixes.
### Security
- in case of vulnerabilities.
-->
# [0.76.0] - 2023-02-21
### Changed
- Disable auto-benchmark harness for this crate
# [0.75.0] - 2023-01-31
### Changed
- Removing unnecessary comments from the code
- Use variable names directly in the format strings
- Apply more recent/nightly clippy lints
# [0.73.0] - 2022-12-20
### Changed
- Remove unused dev-dependencies
- The lazy_static crate has been replaced by once_cell
# [0.71.0] - 2022-11-29
### Fixed
- Fixed json parsing
# [0.71.0] - 2022-11-08
### Changed
- Run a round of clippy --fix to fix a ton of lints
# [0.67.0] - 2022-08-16
### Added
- Add repository info to all workspace crates
### Changed
- Replace the regex crate with the fancy-regex crate
# [0.66.0] - 2022-07-26
### Fixed
- Prevents panic when parsing JSON containing large number
# [0.64.0] - 2022-06-15
### Changed
- Address lints from clippy for beta/nightly
# [0.60.1] - 2022-03-27
### Changed
- Align all of the serde_json crates to the same version (`serde_json = "0.1.39"` --> `serde_json = "0.1"`)
# [0.60.0] - 2022-03-22
### Added
- Adds tab indentation option for JSON files.
### Changed
- Changing the name of the parent project: 'The Nu Project' --> 'The Nushell Project'