Skip to content

Commit

Permalink
nix_health: update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrohitsingh682 committed Oct 8, 2024
1 parent 1b92c1c commit f098426
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions crates/nix_health/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,42 @@

- Remove unused `logging` module
- Display Nix installer used
- Add check for Shell Configurations (zsh or bash) are managed by nix.

## 1.0.0

- Remove executable (use `omnix` instead)
* **new**:
* Expose `run_checks_with`
* **minor**:
* Remove redundant `NixEnv` detection

- **new**:
- Expose `run_checks_with`

- **minor**:
- Remove redundant `NixEnv` detection

- **fixes**:
- Error out when the user passes `.#foo` as flake URL argument, with `foo` missing in the flake.nix. Previously, this fell back to `.#default` configuration.

## [0.4.0](https://github.com/juspay/nix-health/compare/0.3.0...0.4.0) (2024-07-10)

### Features

* **lib:** Expose `print_returning_exit_code` (#25)
- **lib:** Expose `print_returning_exit_code` (#25)
([b9c70a9](https://github.com/juspay/nix-health/commit/b9c70a9506823bdcc1d54c14b7c56d299b3a5c6a)),
closes [#25](https://github.com/juspay/nix-health/issues/25)
* build linux static executable
- build linux static executable
([78b95e8](https://github.com/juspay/nix-health/commit/78b95e8528282ef3f88b2ed29c0f5fc0cebbaa07))
* Add flake-module to run nix-health in devShell shellHook
- Add flake-module to run nix-health in devShell shellHook
([2f8d8dc](https://github.com/juspay/nix-health/commit/2f8d8dc30121923192c78a8f5152c5c89fdf1809))

### Fixes

* build failure on intel mac
- build failure on intel mac
([91e9bcf](https://github.com/juspay/nix-health/commit/91e9bcfd60d672074951d534d7b51f609dda1e94))

## 0.3.0 (2024-07-10)

### Fixes

* **nix-health:** use `direnv status --json` & create `direnv` crate (#123)
- **nix-health:** use `direnv status --json` & create `direnv` crate (#123)
([f7762d7](https://github.com/juspay/nix-health/commit/f7762d7fec28f3091289fb03b3ad171cfb923f87)),
closes [#123](https://github.com/juspay/nix-health/issues/123)

0 comments on commit f098426

Please sign in to comment.