Skip to content

Commit

Permalink
chore(changelog): write CHANGELOG.md for version v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
onjin committed Oct 3, 2024
1 parent 2e7861b commit c3c9b84
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 36 deletions.
77 changes: 42 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,78 +1,85 @@
# Changelog

## v1.2.2 (2024-10-04)

### Fixes

- change `--dry_run` into valid `--dry-run` option

## v1.2.1 (2024-10-03)

### Features

- bring back python 3.7
- bring back python 3.7

### Chore

- **changelog:** write CHANGELOG.md for version v1.2.0
- **changelog:** write CHANGELOG.md for version v1.2.0
- **changelog:** write CHANGELOG.md for version v1.3.0
- **changelog:** write CHANGELOG.md for version v1.2.0
- **changelog:** write CHANGELOG.md for version v1.2.0

### Docs

- remove ./docs in favor of README.md, convert *.rst to markdown versions
- add CHANGELOG.md to the header tagble
- add CHANGELOG.md to README.md file
- remove ./docs in favor of README.md, convert *.rst to markdown versions
- add CHANGELOG.md to the header tagble
- add CHANGELOG.md to README.md file

### Style

- remove empty line after TestRunenv cause tests on python 3.7 are complaining
- remove empty line after TestRunenv cause tests on python 3.7 are complaining

## v1.2.0 (2024-10-03)

### Features

- add support for ${VARIABLES} and support --prefix, --stip-prefix, --verbosity 1,2,3, --dry-run at command line
- add support for ${VARIABLES} and support --prefix, --stip-prefix, --verbosity 1,2,3, --dry-run at command line

### Chore

- **changelog:** write CHANGELOG.md for version v1.2.0
- **changelog:** write CHANGELOG.md for version v1.2.0

### Docs

- rewrite README.md from scratch, providing python API fresh documentation, along wiht CLI usage
- add CHANGELOG.md
- rewrite README.md from scratch, providing python API fresh documentation, along wiht CLI usage
- add CHANGELOG.md

## v1.1.2 (2024-10-03)

### Fixes

- remove distutils in favor of shutil to support python 3.12
- remove distutils in favor of shutil to support python 3.12

### Build

- remove official support for python <=3.8
- remove official support for python <=3.8

### Docs

- update readme
- update readme

### Style

- fix ruff errors, and remove 2.7 python from travis
- fix ruff errors, and remove 2.7 python from travis

## v1.1.1 (2024-10-03)

### Features

- migrate to pyproject.toml
- add newest python versions to .travis.yml/tox.ini
- migrate to pyproject.toml
- add newest python versions to .travis.yml/tox.ini

### Fixes

- support inline comments in .env files
- readme.rst
- get back README.rst
- **doc:** README.md title
- support inline comments in .env files
- readme.rst
- get back README.rst
- **doc:** README.md title

## v1.0.1 (2017-02-03)

### Docs

- fix syntax error in README.md file
- fix syntax error in README.md file

## v1.0.0 (2017-02-03)

Expand All @@ -84,79 +91,79 @@

### Features

- add support for `search_parent` option to find .env files in parent directories
- add support for `search_parent` option to find .env files in parent directories

## v0.3.1 (2016-06-21)

### Features

- add support for quoting values in .env files
- add support for quoting values in .env files

## v0.3.0 (2016-02-14)

### Build

- mark runenv as stable project
- mark runenv as stable project

## v0.2.5 (2015-11-30)

## v0.2.4 (2015-07-06)

### Features

- skip `load_env` if env file does not exists without failing
- skip `load_env` if env file does not exists without failing

## v0.2.3 (2015-06-26)

### Features

- support to run commands without explicite path, using PATH environment variable to find them
- support to run commands without explicite path, using PATH environment variable to find them

## v0.2.2 (2015-06-16)

### Fixes

- support python 3.x
- support python 3.x

## v0.2.1 (2015-06-16)

### Features

- add `strip-prefix` to the `load_env` python API function
- add `strip-prefix` to the `load_env` python API function

## v0.2.0 (2015-06-16)

### Features

- add `load_env` python API function
- add `load_env` python API function

## v0.1.4 (2015-06-15)

### Features

- check whether executable exists before run it
- check whether executable exists before run it

## v0.1.3 (2015-06-01)

### Features

- add support for commened lines with # in .env files
- add support for commened lines with # in .env files

## v0.1.2 (2015-06-01)

### Features

- return exit code from runned command
- return exit code from runned command

## v0.1.1 (2015-05-31)

### Fixes

- make runvenv work with many parameters for command
- make runvenv work with many parameters for command

## v0.1.0 (2015-05-31)

### Features

- Initial version of runenv
- Initial version of runenv

2 changes: 1 addition & 1 deletion runenv/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# SPDX-License-Identifier: MIT
__author__ = "Marek Wywiał"
__email__ = "[email protected]"
__version__ = "1.2.1"
__version__ = "1.2.2"

0 comments on commit c3c9b84

Please sign in to comment.