Skip to content

Commit

Permalink
Version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-miller committed Nov 12, 2024
1 parent 9af5eee commit c80b41a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
24 changes: 24 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2024-11-12 Thiago L. A. Miller <tmiller@mochsl.org.br>

* Version 1.1.4

* FIX docker.yml: Use ubuntu 24.04

* FIX: readthedocs build

Add .readthedocs.yml and docs/requirements.txt.

2024-11-11 Thiago L. A. Miller <tmiller@mochsl.org.br>

* UPDATE: Dockerfile: Use image ubuntu:24.04

* FIX: README.md: coveralls badge

* FIX: README.md: readthedocs badge

* FIX: ci.yml: Use ubuntu 24.04

* FIX: ci.yml: Install lcov for cpp-coveralls

* FIX: cluster.c (cluster): Typo 'controling'

2023-07-01 Thiago L. A. Miller <tmiller@mochsl.org.br>

* Version 1.1.3
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 1.1.4

* Fix an english typo in cluster.c (cluster).

* Fix readthedocs build.

* Update ubuntu image version for docker and
github workflows. Use ubuntu 24.04.

Version 1.1.3

* Improve memory usage when reading unsorted,
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'sideRETRO', 'c',
version : '1.1.3',
version : '1.1.4',
license : 'GPL3',
meson_version : '>= 0.48.0',
default_options : ['c_std=c99']
Expand Down

0 comments on commit c80b41a

Please sign in to comment.