Skip to content

Commit

Permalink
chore: release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed May 4, 2024
1 parent 585a00f commit 2824f01
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.5.0 (2024-05-04)

### BREAKING CHANGES

- Python 2 support was dropped.
- `LUAMB_DIR` was renamed to `LUAMB_ENVS_DIR`.
- `ls` `-s`/`--short` flag was renamed to `-b`/`--brief`.

### Added

- Python 3.9, 3.10, 3.11, 3.12 support.
- A new `LUAMB_HOME` environment variable.
- A new `update` command to install/update the `hererocks` script.

### Changed

- `LUAMB_ENVS_DIR` (previously called `LUAMB_DIR`) is optional now.
- `hererocks` is no longer installed as a dependency.
- `readlink`/`greadlink` is no longer used.

## 0.4.0 (2020-06-27)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2018, 2020 un.def
Copyright (c) 2016-2018, 2020, 2024 Dmitry Meyer <me@undef.im>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/luamb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.0.dev0'
__version__ = '0.5.0'

0 comments on commit 2824f01

Please sign in to comment.