Skip to content

Commit 2824f01

Browse files
committed
chore: release version 0.5.0
1 parent 585a00f commit 2824f01

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.5.0 (2024-05-04)
4+
5+
### BREAKING CHANGES
6+
7+
- Python 2 support was dropped.
8+
- `LUAMB_DIR` was renamed to `LUAMB_ENVS_DIR`.
9+
- `ls` `-s`/`--short` flag was renamed to `-b`/`--brief`.
10+
11+
### Added
12+
13+
- Python 3.9, 3.10, 3.11, 3.12 support.
14+
- A new `LUAMB_HOME` environment variable.
15+
- A new `update` command to install/update the `hererocks` script.
16+
17+
### Changed
18+
19+
- `LUAMB_ENVS_DIR` (previously called `LUAMB_DIR`) is optional now.
20+
- `hererocks` is no longer installed as a dependency.
21+
- `readlink`/`greadlink` is no longer used.
22+
323
## 0.4.0 (2020-06-27)
424

525
### BREAKING CHANGES

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

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

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/luamb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.0.dev0'
1+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)