Skip to content

Releases: python-ellar/ellar-cli

0.4.3

21 Aug 21:40
0eda036
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.3

0.4.2b1

17 Aug 12:16
f372e4b
Compare
Choose a tag to compare
0.4.2b1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.4.1...0.4.2b1

0.4.1

25 Apr 08:41
b8938bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

27 Mar 19:16
aab1286
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Projects using Pyproject.toml as ellar metadata configurations should refactor the ellar config data by appending tool.

    For example:

    [ellar]
    default = "example_project"
    
    [ellar.projects.example_project]
    project-name = "example_project"
    application = "example_project.server:application"
    config = "example_project.config:DevelopmentConfig"
    root-module = "example_project.root_module:ApplicationModule"
    

    should be refactored to this

    [tool.ellar]
    default = "example_project"
    
    [tool.ellar.projects.example_project]
    project-name = "example_project"
    application = "example_project.server:application"
    config = "example_project.config:DevelopmentConfig"
    root-module = "example_project.root_module:ApplicationModule"
    

    Full Changelog: 0.3.8...0.4.0

0.3.8

04 Mar 11:29
57aa8d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.7...0.3.8

0.3.7

19 Feb 21:46
04e36b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.6...0.3.7

0.3.6

15 Feb 07:41
b8ac091
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.5...0.3.6

0.3.5

14 Feb 13:39
bc5df1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.4...0.3.5

0.3.4

22 Jan 02:55
6de1741
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.3.4

0.3.3

13 Jan 13:36
5ab49ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3