Skip to content

Commit

Permalink
Update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha committed Sep 13, 2024
1 parent 37c3f8a commit 21de7c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## Release 0.1.1 (unreleased)
## Release 0.2.0 (unreleased)

### Added

- New commaand `odood odoo run` that allows to run Odoo itself.
- New command `odood odoo run` that allows to run Odoo itself.
- New command `odood deploy` that could be used to deploy production-ready Odoo instance.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion subpackages/lib/source/odood/lib/package.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module odood.lib;

public immutable string _version = "0.1.0";
public immutable string _version = "0.2.0";

public import odood.lib.project;

0 comments on commit 21de7c9

Please sign in to comment.