Skip to content

Commit

Permalink
fledge: Bump version to 2.1.1.9906 (#1609)
Browse files Browse the repository at this point in the history
Co-authored-by: krlmlr <[email protected]>
  • Loading branch information
github-actions[bot] and krlmlr authored Dec 1, 2024
1 parent 1d38d60 commit 54b5c6d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: igraph
Title: Network Analysis and Visualization
Version: 2.1.1.9905
Version: 2.1.1.9906
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7098-9676")),
Expand Down
35 changes: 35 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.1.1.9906

## Bug fixes

- `adjacent_vertices()` and `incident_edges()` are now correct if the `"return.vs.es"` option is `FALSE` (@stibu81, #1605, #1606).

- Fix protection errors reported by rchk (#1592).

## Continuous integration

- Change `Makevars` only after installation of R.

- Use GLPK on macOS.

- Add required rgl version (#1584).

- Install GLPK on macOS.

- Bring back extra workflow.

- Import from actions-sync, check carefully (#1600).

- Remove covr, handled elsewhere.

- Fix extra workflow.

- Remove noise.

- Sync workflows (#1589).

## Documentation

- Tweak NEWS \[ci skip\].


# igraph 2.1.1.9905

## Continuous integration
Expand Down

0 comments on commit 54b5c6d

Please sign in to comment.