Releases: erlangpack/bcrypt
Releases · erlangpack/bcrypt
1.2.2
What's Changed
- Add workers_available/0 fun by @varnerac in #40
- Fix Makefile issue by @williamthome in #41
- Remove automated hex publish by @mworrell in #42
New Contributors
- @williamthome made their first contribution in #41
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Add DragonFly to rebar.config by @seannaswell in #37
- Update hex-publish.yml by @mworrell in #38
- Update test.yml by @mworrell in #39
New Contributors
- @seannaswell made their first contribution in #37
Full Changelog: 1.2.0...1.2.1
1.2.0
This release builds on OTP26-rc1.
What's Changed
- Documentation and tests by @rustkas in #29
- mix style documentation by @rustkas in #31
- Fix typo in Makefile preventing
make test
by @choptastic in #33 - Change the makefile eval's. by @mmzeeman in #35
New Contributors
- @rustkas made their first contribution in #29
- @choptastic made their first contribution in #33
Full Changelog: 1.1.5...1.2.0
1.1.5
1.1.4
1.1.2
Fix for build on OpenBSD, with thanks to @DavidAlphaFox
1.1.0
1.0.3
Fix linking on newer SmartOS versions (#7) Newer SmartOS versions require the 'xnet' library to be explicitly declared to the linker. While this might not be needed on plain Solaris this is good form non the less (since bcrypt uses symbols from the net library).