Skip to content

Commit

Permalink
misc: bump v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoquet committed Aug 2, 2023
1 parent 87fdf8c commit 194c926
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ Please refer to `Batsim's documentation`_ for more.
:target: https://www.gnu.org/licenses/lgpl-3.0.en.html


.. |last-release| image:: https://img.shields.io/badge/release-v4.1.0-blue.svg
.. |last-release| image:: https://img.shields.io/badge/release-v4.2.0-blue.svg
:alt: last release
:scale: 100%
:target: https://github.com/oar-team/batsim/releases/tag/v4.1.0
:target: https://github.com/oar-team/batsim/releases/tag/v4.2.0

.. |distance-from-previous-release| image:: https://img.shields.io/github/commits-since/oar-team/batsim/v4.1.0.svg
.. |distance-from-previous-release| image:: https://img.shields.io/github/commits-since/oar-team/batsim/v4.2.0.svg
:alt: distance from previous release
:scale: 100%
:target: https://github.com/oar-team/batsim/compare/v4.1.0...HEAD
:target: https://github.com/oar-team/batsim/compare/v4.2.0...HEAD

.. |pipeline-status| image:: https://framagit.org/batsim/batsim/badges/master/pipeline.svg
:alt: pipeline status
Expand Down
12 changes: 11 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,19 @@ Starting with version `v1.0.0`_, Batsim adheres to `Semantic Versioning`_ and it
Unreleased
----------

- `Commits since v4.1.0 <https://github.com/oar-team/batsim/compare/v4.1.0...HEAD>`_
- `Commits since v4.2.0 <https://github.com/oar-team/batsim/compare/v4.2.0...HEAD>`_
- ``nix-env -f https://github.com/oar-team/nur-kapack/archive/master.tar.gz -iA batsim-master``

........................................................................................................................

v4.2.0
------

- `Commits since v4.1.0 <https://github.com/oar-team/batsim/compare/v4.1.0...v4.2.0>`_
- Release date: 2023-08-02
- ``nix-env -f https://github.com/oar-team/nur-kapack/archive/master.tar.gz -iA batsim-4.2.0``
- Recommended SimGrid release: 3.34.0 (see `SimGrid's framagit releases <https://framagit.org/simgrid/simgrid/-/tags>`_)

Added
~~~~~
- New :ref:`usage_trace_replay_profile` profile, that enables the replay of usage traces over time.
Expand Down
2 changes: 1 addition & 1 deletion docs/tuto-first-simulation/retrieve_simulation_inputs.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Download a tarball of Batsim's latest release.
batversion='4.1.0'
batversion='4.2.0'
curl --output "/tmp/batsim-v${batversion}.tar.gz" \
"https://framagit.org/batsim/batsim/-/archive/v${batversion}/batsim-v${batversion}.tar.gz"

Expand Down
4 changes: 2 additions & 2 deletions docs/tuto-first-simulation/show_versions.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
batsim: 4.1.0
simgrid: 3.32.0
batsim: 4.2.0
simgrid: 3.34.0
batsched: 1.4.0
robin: v1.2.0
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('batsim', 'cpp',
version: '4.1.0',
version: '4.2.0',
license: 'LGPL-3.0',
default_options: ['cpp_std=c++17'],
meson_version: '>=0.40.0'
Expand Down

0 comments on commit 194c926

Please sign in to comment.