Skip to content

Releases: gjack/pico_phone

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 17:15
9913dce

Native gem users on 0.2.0–0.6.1, please upgrade. Precompiled native gems for arm64-darwin, x86_64-linux, and aarch64-linux published prior to this release fail to load once installed — a build-time linking bug meant they only ever worked on the exact machine that built them. This release fixes it. Those older native gem versions will be yanked shortly; the plain source gem for each affected version remains installable and unaffected.


What's Changed

  • Bust GitHub camo cache for gem version badge by @gjack in #50
  • Bump rice to 4.12.0 and add Ruby 4.0 to CI by @gjack in #51
  • Fix native gem Ruby ABI compatibility by @gjack in #52
  • Bump version to 0.6.2 by @gjack in #53

Full Changelog: v0.6.1...v0.6.2

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 02:22
ab7895a

What's Changed

  • Bump ruby/setup-ruby from 1.316.0 to 1.319.0 by @dependabot[bot] in #45
  • Bump get_process_mem from 0.2.7 to 1.0.0 by @dependabot[bot] in #43
  • Bump codeql-action init and analyze to v4.37.1 by @gjack in #46
  • Add MIT license badge to README by @gjack in #47
  • Bump vendored libphonenumber from 9.0.34 to 9.0.35 by @gjack in #48
  • Bump version to 0.6.1 by @gjack in #49

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 15:48
a670ed1

What's Changed

  • Add PR template, code of conduct, and contributing guidelines by @gjack in #35
  • Document USE_LITE_METADATA behavior for example_number on Linux by @gjack in #38
  • Expose GetCountryCodeForRegion as PicoPhone.country_calling_code by @gjack in #36
  • Expose TruncateTooLongNumber as PhoneNumber#truncate by @gjack in #37
  • Add IsNumberMatch → PicoPhone.number_match and PhoneNumber#match_type by @gjack in #39
  • Add PhoneNumberMatcher → PicoPhone.find_numbers by @gjack in #40
  • Bump version to 0.6.0 by @gjack in #41

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 15:06
550e33e

What's Changed

  • Ship LICENSE.txt and add third-party license attribution by @gjack in #32
  • Add carrier_name and timezones lookups by @gjack in #33
  • Bump version to 0.5.0 by @gjack in #34

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 23:50
b98176c

What's Changed

  • Add speed/memory benchmarks comparing pico_phone to phonelib by @gjack in #29
  • Bump github/codeql-action init+analyze to v4.37.0 together by @gjack in #30
  • Add PhoneNumber#geo_name backed by libphonenumber's offline geocoder by @gjack in #31

Full Changelog: v0.3.2...v0.4.0

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 23:48
c6cc166

What's Changed

  • Bump actions/checkout from 4.3.1 to 7.0.0 by @dependabot[bot] in #17
  • Bump github/codeql-action init+analyze to v4.36.3 together by @gjack in #20
  • Exclude vendor/bundle from CodeQL and declare build-mode explicitly by @gjack in #21
  • Add gemspec metadata links and an llms.txt by @gjack in #22
  • Bump vendored abseil-cpp to 20260526.0 and libphonenumber to 9.0.34 by @gjack in #24
  • Bump version to 0.3.2 by @gjack in #25

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 16:44
094b1ca

What's Changed

  • Remove duplicate rake/rspec declarations from Gemfile by @gjack in #13
  • Bump rice from 4.3.3 to 4.5.0 by @dependabot[bot] in #10
  • Bump pry from 0.15.0 to 0.16.0 by @dependabot[bot] in #8
  • Bump rake-compiler from 1.2.8 to 1.3.1 by @dependabot[bot] in #11
  • Bump actions/download-artifact from 4.3.0 to 8.0.1 by @dependabot[bot] in #4
  • Bump actions/checkout from 4.3.1 to 7.0.0 by @dependabot[bot] in #7
  • Bump actions/upload-artifact from 4.6.2 to 7.0.1 by @dependabot[bot] in #5
  • Bump actions/cache from 4.3.0 to 6.1.0 by @dependabot[bot] in #9
  • Add CodeQL, ASan/UBSan, and vendored-dep staleness checks by @gjack in #14
  • Switch release workflow to RubyGems trusted publishing by @gjack in #15
  • Bump version to 0.3.1 by @gjack in #16

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@gjack gjack released this 03 Jul 21:50

What's Changed

  • Add aarch64-linux native gem by @gjack in #3

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@gjack gjack released this 03 Jul 18:01

What's Changed

  • Add pre-compiled native gems for arm64-darwin and x86_64-linux by @gjack in #2

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@gjack gjack released this 03 Jul 13:32
cb67218

What's Changed

New Contributors

  • @gjack made their first contribution in #1

Full Changelog: https://github.com/gjack/pico_phone/commits/v0.1.0