Skip to content
Snippets Groups Projects
Commit b020e48b authored by Millian Poquet's avatar Millian Poquet
Browse files

[misc] bump version 1.4.0

parent 17a67851
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,11 @@ Batsched adheres to [Semantic Versioning][semver] and its public API is the foll ...@@ -11,7 +11,11 @@ Batsched adheres to [Semantic Versioning][semver] and its public API is the foll
[//]: ========================================================================= [//]: =========================================================================
## [Unreleased] ## [Unreleased]
- Add a new `fcfs` algorithm (copied from `fcfs_fast`) that takes into account
[//]: =========================================================================
## [1.4.0] - 2020-07-29 - For [Batsim v4.0.0][Batsim v4.0.0]
### Added
- New `fcfs` algorithm (copied from `fcfs_fast`) that takes into account
the resources selector given in parameter. the resources selector given in parameter.
### Fixed ### Fixed
...@@ -93,8 +97,10 @@ Initial release. ...@@ -93,8 +97,10 @@ Initial release.
[Batsim v2.0.0]: https://batsim.readthedocs.io/en/latest/changelog.html#v2-0-0 [Batsim v2.0.0]: https://batsim.readthedocs.io/en/latest/changelog.html#v2-0-0
[Batsim v3.0.0]: https://batsim.readthedocs.io/en/latest/changelog.html#v3-0-0 [Batsim v3.0.0]: https://batsim.readthedocs.io/en/latest/changelog.html#v3-0-0
[Batsim v4.0.0]: https://batsim.readthedocs.io/en/latest/changelog.html#v4-0-0
[Unreleased]: https://gitlab.inria.fr/batsim/batsched/compare/v1.3.0...master [Unreleased]: https://gitlab.inria.fr/batsim/batsched/compare/v1.4.0...master
[1.4.0]: https://gitlab.inria.fr/batsim/batsched/compare/v1.3.0...v1.4.0
[1.3.0]: https://gitlab.inria.fr/batsim/batsched/compare/v1.2.1...v1.3.0 [1.3.0]: https://gitlab.inria.fr/batsim/batsched/compare/v1.2.1...v1.3.0
[1.2.1]: https://gitlab.inria.fr/batsim/batsched/compare/v1.2.0...v1.2.1 [1.2.1]: https://gitlab.inria.fr/batsim/batsched/compare/v1.2.0...v1.2.1
[1.2.0]: https://gitlab.inria.fr/batsim/batsched/compare/v1.1.0...v1.2.0 [1.2.0]: https://gitlab.inria.fr/batsim/batsched/compare/v1.1.0...v1.2.0
......
...@@ -122,7 +122,7 @@ endif() ...@@ -122,7 +122,7 @@ endif()
#################### ####################
# Batsched version # # Batsched version #
#################### ####################
set(default_batsched_version "v1.3.0") set(default_batsched_version "v1.4.0")
include(GetGitRevisionDescription) include(GetGitRevisionDescription)
git_describe(batsched_version) git_describe(batsched_version)
message(STATUS "Batsched version from git: ${batsched_version}") message(STATUS "Batsched version from git: ${batsched_version}")
......
project('batsched', 'cpp', project('batsched', 'cpp',
version: '1.3.0', version: '1.4.0',
license: 'free', license: 'free',
default_options: ['cpp_std=c++11'], default_options: ['cpp_std=c++11'],
meson_version: '>=0.40.0' meson_version: '>=0.40.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment