Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
batsched
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
poquet
millian
batsched
Commits
b020e48b
Commit
b020e48b
authored
4 years ago
by
Millian Poquet
Browse files
Options
Downloads
Patches
Plain Diff
[misc] bump version 1.4.0
parent
17a67851
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+8
-2
8 additions, 2 deletions
CHANGELOG.md
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
meson.build
+1
-1
1 addition, 1 deletion
meson.build
with
10 additions
and
4 deletions
CHANGELOG.md
+
8
−
2
View file @
b020e48b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
b020e48b
...
@@ -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
}
"
)
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
1
View file @
b020e48b
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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment