Skip to content

Commit

Permalink
0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 7, 2024
1 parent f9a1ed0 commit 1776567
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Revision history for Chemistry::Elements

{{$NEXT}}

0.2 2024-08-07T12:51:52+02:00
- Initial version
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"META6",
"Test::META"
],
"version": "0.001004"
"version": "0.2"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Actions Status](https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/linux.yml/badge.svg)](https://github.com/raku-community-modules/Chemistry-Elements/actions) [![Actions Status](https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/macos.yml/badge.svg)](https://github.com/raku-community-modules/Chemistry-Elements/actions) [![Actions Status](https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/windows.yml/badge.svg)](https://github.com/raku-community-modules/Chemistry-Elements/actions)
[![Actions Status](https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/linux.yml/badge.svg)](https://github.com/raku-community-modules/Chemistry-Elements/actions) [![Actions Status](https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/macos.yml/badge.svg)](https://github.com/raku-community-modules/Chemistry-Elements/actions)

NAME
====
Expand Down
6 changes: 3 additions & 3 deletions lib/Chemistry/Elements.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ my constant %names =

#| Do various things with chemical elements. Convert between symbols,
#| names, and atomic numbers.
class Chemistry::Elements:auth<zef:raku-community-modules>:ver<0.001004> {
class Chemistry::Elements:auth<zef:raku-community-modules>:ver<0.2> {

# https://rt.perl.org/Ticket/Display.html?id=126763
# http://stackoverflow.com/q/40097868/2766176
# https://rt.perl.org/Ticket/Display.html?id=126763
# http://stackoverflow.com/q/40097868/2766176
#| A Str that is one of the known chemical symbols
subset ZInt of Cool is export where {
state ( $min, $max ) = %names.keys.sort( { $^a <=> $^b } ).[0,*-1];
Expand Down

0 comments on commit 1776567

Please sign in to comment.