Skip to content

Commit

Permalink
Bump to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Aug 23, 2024
1 parent 7618ac9 commit a3586f4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changelog
=========

v2.1.1
-----

- Formatting fixes in the `README` file
- Fix for ``mdk fix`` when checking out an issue with an existing ``*-master`` branch - Jun Pataleta
- Minor syntax and missing import fixes - Jun Pataleta
- Fixes related to the removal of the `master` branch in `moodle.git` - Jun Pataleta

- Removal of references to the `master` branch in the `README` file
- Removal of the fallback logic to `master`, especially when creating a new instance
- Remove syncing of the local `master` branch with the `main` branch

- Support automatic resolution of the docker container name

v2.1.0
-----

- YAPF support
- Centralise execution of Moodle-bound scripts
- Initial support for Moodle running in Docker
- Composer install fixes
- The ``webservices`` script now enables ``webservice_restful`` plugin when available
- New ``cron`` command
- New script ``mincron`` to reduce the number of tasks running during cron

v2.0.14
-----

Expand Down
2 changes: 1 addition & 1 deletion mdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
http://github.com/FMCorz/mdk
"""

__version__ = "2.1.0"
__version__ = "2.1.1"

0 comments on commit a3586f4

Please sign in to comment.