Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r committed Jan 23, 2024
1 parent 764e9cd commit 81c4097
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
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).

## [0.1.0] - 2024-01-23

### Added

- dhcp support
- configuration reference

### Fixed

- error in ipv4 route command
- init script stop handling

## [0.0.2] - 2024-01-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion neatplan.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import psutil


__VERSION = "0.0.2"
__VERSION = "0.1.0"


def read_args() -> argparse.Namespace:
Expand Down

0 comments on commit 81c4097

Please sign in to comment.