Skip to content

Commit

Permalink
NEWS, configure.ac: Bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-poptsov committed Mar 30, 2024
1 parent f64b8c0 commit 78184d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ Copyright (C) Artyom V. Poptsov <[email protected]>
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

* Unreleased
* Changes in version 0.7.3 (2024-03-30)
** Implement image transformation methods
The methods below can be found in =(png image-processing rotate)= module:
- =png-image-rotate-90/cw=: 90 degrees clockwise rotation
- =png-image-rotate-90/ccw=: 90 degrees counter-clockwise rotation
- =png-image-flip-vertical=: Vertical flip.
- =png-image-flip-horizontal=: Horizontal flip.
** New high-level API for manipulating image pixels
=(png graphics pixel)= now provides two high-level procedures for manipulating
the image pixels:
- =png-image-pixel-for-each=
- =png-image-pixel-map=
- =png-image-pixel-fold=
** Update and improve the documentation
** Add new tests

* Changes in version 0.7.2 (2024-02-10)
** Fix ellipse drawing :BUGFIX:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License
along with Guile-PNG. If not, see <http://www.gnu.org/licenses/>.
]])

AC_INIT([Guile-PNG], [0.7.2], [[email protected]], [guile-png],
AC_INIT([Guile-PNG], [0.7.3], [[email protected]], [guile-png],
[https://github.com/artyom-poptsov/guile-png])

AC_COPYRIGHT(GUILE_PNG_CONFIGURE_COPYRIGHT)
Expand Down

0 comments on commit 78184d8

Please sign in to comment.