Skip to content

Commit

Permalink
Bump version to 2.0.2.9015
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Mar 12, 2024
1 parent 5a5db0b commit 3299d31
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: igraph
Version: 2.0.2.9014
Version: 2.0.2.9015
Title: Network Analysis and Visualization
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = "aut",
Expand Down
51 changes: 51 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.0.2.9015

## Chore

- Install lock workflow to lock stale discussions after one year (#1304).

- Work around https://github.com/igraph/igraph/pull/2527.

- Update revdepcheck results.

- Update vendored sources to igraph/igraph@857a125069c226f266562b3781b82833fe1d59d9.

- Trigger update of `src/sources.mk`.

- Add generated C file.

- Make Docker optional.

- Remove stale rules.

- Generate all R files.

- Avoid `-ti` in `docker run` to allow running on CI/CD.

## Continuous integration

- Avoid running vendoring PR for PRs.

- Don't check package size.

- Clean.

- Clean working directory.

- Vendor after installing.

- Add missing packages.

- Include actions used elsewhere.

- Automate vendoring.

- Really use only three version components.

## Documentation

- Make `x11()` usage in example happen only in interactive sessions (#1301).

- Tweaks from attempted CRAN release.


# igraph 2.0.2.9014

- Internal changes only.
Expand Down

0 comments on commit 3299d31

Please sign in to comment.